Advertisement
RandomNewbieScripter

Untitled

Apr 18th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local sound = Instance.new("Sound")
  2. sound.SoundId = "http://www.roblox.com/asset/?id=441091381"
  3. sound.Parent = game.Workspace
  4. sound.Looped = true
  5. sound:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement