Advertisement
JayRain

Untitled

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