Advertisement
KodingKid

Roblox Lua Bomb Script

Mar 28th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. print("A bomb will go off in 10 seconds")
  2. wait(1)
  3. print("10")
  4. wait(1)
  5. print("9")
  6. wait(1)
  7. print("8")
  8. wait(1)
  9. print("7")
  10. wait(1)
  11. print("6")
  12. wait(1)
  13. print("5")
  14. wait(1)
  15. print("4")
  16. wait(1)
  17. print("3")
  18. wait(1)
  19. print("2")
  20. wait(1)
  21. print("1")
  22. wait(1)
  23. print("0")
  24. wait(1)
  25. print("BANG!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement