Advertisement
tuber93s

ezz

Oct 8th, 2022 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. BUTTONNAMEHERE.MouseButton1Down:connect(function()
  2. while true do
  3. wait(12)--set this to how much time between messages
  4. msg = Instance.new ("Hint")
  5. msg.Parent = game.Workspace
  6. msg.Text = "Tuber93s: MUHAWHAWHAW! NOOBS! I HAVE RETURNED FOR MY REVENGE!"
  7. wait(6)
  8. msg:remove()
  9. wait(3)
  10. msg = Instance.new("Message")
  11. msg.Parent = game.Workspace
  12. msg.Text = "Tuber93s: NOW YOU WILL ALL PARISH IN MY FIRE OF DOOM!"
  13. wait(6)
  14. msg:remove()
  15. wait(3)
  16. msg = Instance.new("Message")
  17. msg.Parent = game.Workspace
  18. msg.Text = "Tuber93s: I WILL DESTROY YOU ALL! YOU ARE WORTHLESS!"
  19. wait(6)
  20. msg:remove()
  21. wait(3)
  22. msg = Instance.new("Message")
  23. msg.Parent = game.Workspace
  24. msg.Text = "Tuber93s: YOU WILL NOT LIVE THROUGH MY DEADLY ATTACKS!"
  25. wait(6)
  26. msg:remove()
  27. wait(3)
  28. msg = Instance.new("Message")
  29. msg.Parent = game.Workspace
  30. msg.Text = "Tuber93s: I MIGHT AS WELL CLONE YOU INTO BOTS!"
  31. wait(6)
  32. msg:remove()
  33. wait(3)
  34. msg = Instance.new("Message")
  35. msg.Parent = game.Workspace
  36. msg.Text = "Tuber93s: AND THEN THOSE BOTS WILL DESTROY ROBLOX! HAHAHAHAHA!"
  37. wait(6)
  38. msg:remove()
  39. wait(3)
  40. msg = Instance.new("Message")
  41. msg.Parent = game.Workspace
  42. msg.Text = "Tuber93s: YOU CAN'T STOP ME! THERES NOTHING YOU CAN DO!"
  43. wait(6)
  44. msg:remove()
  45. end
  46. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement