spoonish

Untitled

Apr 2nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Made by Auma ----- the original owner credit
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "http://www.roblox.com/asset/?id=565532105"
  7. s.Volume = 9999999999999999999999999e9999999999999999999999999999
  8. s.Looped = true
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(0.01)
  14.  
  15. s:play()
Add Comment
Please, Sign In to add comment