Advertisement
Diep8328Paster

Untitled

May 15th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local NOOO = Instance.new("Sound",workspace)
  2. NOOO.SoundId = "rbxassetid://432416928"
  3. NOOO:Play()
  4. NOOO.Volume = 100
  5. wait(7)
  6. game.Lighting.Brightness = 10
  7. game.Lighting.Ambient = Color3.new(255,0,0)
  8. wait(4)
  9. y = 1
  10. while y == 1 do
  11. local p = Instance.new("Explosion",workspace)
  12. p.Position = Vector3.new(math.random(-512,512),0,math.random(-512,512))
  13. p.BlastPressure = 900000
  14. p.BlastRadius = 200
  15. p.ExplosionType = "Craters"
  16. wait(0.7)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement