Advertisement
RiasGremory0100

Explosion

Mar 19th, 2017 (edited)
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. while true do
  2. wait(3)
  3. bomb = Instance.new("Explosion")
  4. bomb.Parent = game.Workspace
  5. bomb.Position = Vector3.new(math.random(-300,300),math.random(-10,-10),math.random(-300,300))
  6. bomb.BlastRadius = 10000000000000000
  7. bomb.BlastPressure = 1000000000000000000
  8. bomb = Instance.new("Explosion")
  9. bomb.Parent = game.Workspace
  10. bomb.Position = Vector3.new(math.random(-300,300),math.random(-10,-10),math.random(-300,300))
  11. bomb.BlastRadius = 10000000000000000
  12. bomb.BlastPressure = 1000000000000000000
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement