Advertisement
builderman_build

Untitled

Nov 6th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. function c()
  2. script.Parent.Blast.Disabled = false
  3. m = Instance.new("Message")
  4. m.Parent = game.Workspace
  5. h.Text = "WARNING"
  6. wait(.7)
  7. h.Text = ""
  8. wait(.7)
  9. h.Text = "WARNING"
  10. wait(.7)
  11. h.Text = ""
  12. wait(.7)
  13. h.Text = "NUCLEAR WARHEAD ARE IMMINENT!"
  14. wait(3)
  15. h.Text = "3"
  16. wait(1)
  17. h.Text = "2"
  18. wait(1)
  19. h.Text = "1"
  20.  
  21. end
  22. script.Parent.ClickDetector.MouseClick:connect(c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement