View difference between Paste ID: b78mHMvL and HhdHg36h
SHOW: | | - or go back to the newest paste.
1
local Sound = Instance.new("Sound", game.Workspace)
2
Sound.Volume = 3.5
3-
Sound.Looped = false
3+
Sound.Looped = true
4-
Sound.SoundId = "http://www.roblox.com/asset?id=597212384"
4+
Sound.SoundId = "http://www.roblox.com/asset?id=1621232968"
5
Sound:Play()