Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local h = Instance.new("Hint")
- h.Parent = Workspace
- h.Text = "Get the pizza to me in 30 secconds or less!"
- wait(3)
- for i = 30, 0, -1 do
- h.Text = "Time Left: "..i..""
- wait(1)
- h.Text = "Time Left: "..i..""
- if h.Text == "Time Left: 0" then
- h.Text = "TOO LATE!"
- wait(2)
- h.Text = "Why didnt you get it to me in time?"
- wait(2)
- h.Text = "SLACKERS!"
- wait(1)
- p = game.Players:GetChildren() for i = 1, #p do if p[i].Name~= "wasd01"--[[Make your name inside the ""]] then p[i].Character:BreakJoints()
- end end
- wait(1)
- h.Text = "Next time, dont forget my pizza!"
- wait(3)
- h:Remove()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement