Advertisement
cuepointthekid

Untitled

Jul 2nd, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. local h = Instance.new("Hint")
  2. h.Parent = Workspace
  3. h.Text = "Get the pizza to me in 30 secconds or less!"
  4. wait(3)
  5.  
  6. for i = 30, 0, -1 do
  7. h.Text = "Time Left: "..i..""
  8. wait(1)
  9. h.Text = "Time Left: "..i..""
  10.  
  11. if h.Text == "Time Left: 0" then
  12. h.Text = "TOO LATE!"
  13. wait(2)
  14. h.Text = "Why didnt you get it to me in time?"
  15. wait(2)
  16. h.Text = "SLACKERS!"
  17. wait(1)
  18. p = game.Players:GetChildren() for i = 1, #p do if p[i].Name~= "wasd01"--[[Make your name inside the ""]] then p[i].Character:BreakJoints()
  19. end end
  20. wait(1)
  21. h.Text = "Next time, dont forget my pizza!"
  22. wait(3)
  23. h:Remove()
  24. end
  25.  
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement