if TTorso:FindFirstChild("Sound") then TTorso:FindFirstChild("Sound"):Remove() end local Sound = Instance.new'Sound' Sound.Parent = TTorso Sound.Volume = 0.8 Sound.Looped = true Sound.Name = "Sound" Sound.SoundId = "http://www.roblox.com/asset/?id="..id Sound:Play() ...