if Par==nil then Par=script end local s=Instance.new("Sound") s.Volume=Vol s.Pitch=Pitch s.SoundId="http://www.roblox.com/asset/?id="..SName s.Parent=Par s:Play() game:GetService("Debris"):AddItem(s,10) end -...