View difference between Paste ID: fzFX6gZe and 2pqmm4TW
SHOW: | | - or go back to the newest paste.
1
local workspace = game.Workspace
2
local Sound = Instance.new("Sound", Workspace)
3-
Sound.SoundId = "https://www.roblox.com/asset/?id=2532772005"
3+
Sound.SoundId = "https://www.roblox.com/asset/?id=2532463895"
4
Sound.EmitterSize = math.huge
5
Sound.MaxDistance = math.huge
6
Sound.Looped = true
7
Sound.Pitch = 1
8
Sound.Name = "Sound"
9
Sound.Volume = 10
10
Sound:Play()