Advertisement
Friaza

Untitled

Jul 6th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. x=Instance.new("Message",Workspace)
  2. num = 180
  3. x.Text = "Time left till Friaza's pizza is cooked.."
  4. wait(2)
  5. while wait(1) do
  6. num = num -1
  7. x.Text = num
  8. end
  9. x.Text = "Congratulations Friaza, your Pizza is cooked!
  10. wait(7)
  11. x.Text = "Friaza is taking the pizza out of the oven!"
  12. wait(15)
  13. x.Text = "The Pizza is now out of the oven!!"
  14. wait(40)
  15. x.Text = "The Pizza is being cut!?!?"
  16. wait(20)
  17. x.Text = "Friaza has returned!"
  18. game.Debris:AddItem(x,5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement