Advertisement
MASTEROFJOHNDOE

Untitled

Nov 25th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local workspace = game.Workspace
  2. local Sound = Instance.new("Sound", Workspace)
  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()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement