Advertisement
yougotoof

at

May 24th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=2642540349"
  5. s.Volume = 2
  6. s.Looped = true
  7. s.archivable = false
  8. s.Parent = game.Workspace
  9. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement