Advertisement
AidenTheBuddy

nuke

Apr 6th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. local m = Instance.new("Hint", game.Workspace)
  6.  
  7.  
  8.  
  9. m.Text = "! 10 !"
  10. wait(1)
  11.  
  12. m.Text = " 9 "
  13. wait(1)
  14.  
  15. m.Text = "! 8 !"
  16. wait(1)
  17.  
  18. m.Text = " 7 "
  19. wait(1)
  20. m.Text = "! 6 !"
  21. wait(1)
  22. m.Text = " 5 "
  23. wait(1)
  24. m.Text = "! 4 !"
  25. wait(1)
  26. m.Text = " 3 "
  27. wait(1)
  28. m.Text = "! 2 !"
  29. wait(1)
  30. m.Text = " 1 "
  31. wait(1)
  32. m.Text = "! DESTROY !"
  33. wait(1.6)
  34. m:remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement