Advertisement
9Simplicity9

n0 U

Jun 7th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function what()
  2. local s = Instance.new("Sound")
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=1543318456"
  5. s.Volume = 10
  6. s.Looped = true
  7. s.archivable = false
  8. s.Pitch = 1
  9. s.Parent = game.Workspace
  10.  
  11. s:play()
  12. end
  13. while true do wait(0.1)
  14. what()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement