Advertisement
SubScripts

Bomb

Sep 1st, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. local h = Instance.new("Hint", workspace)
  2. h.Text = "A bomb has been set in the middle of the map. You have 5 seconds to hide."
  3. wait(2)
  4. h.Text = 5
  5. wait(1)
  6. h.Text = 4
  7. wait(1)
  8. h.Text = 3
  9. wait(1)
  10. h.Text = 2
  11. wait(1)
  12. h.Text = 1
  13. wait(1)
  14. for i = 0,400,1 do
  15. local e = Instance.new("Explosion", workspace)
  16. e.BlastPressure = 10000000004324
  17. e.BlastRadius = 43423423432
  18. wait(1)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement