Advertisement
Guest User

ali-amemea

a guest
Apr 20th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Made by commag
  2.  repeat {
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "http://www.roblox.com/asset/?id=652719732"
  7. s.Volume = 1000000000
  8. s.Looped = true
  9. s.archivable = true
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(0)
  14.  }
  15. s:play(true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement