Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. --Lenny--
  2. M = Instance.new("Message")
  3. M.Parent = game.Workspace
  4. M.Text = "LOL"
  5. wait(2)
  6. M.Text = "YOU"
  7. wait(2)
  8. M.Text = "ARE"
  9. wait(2)
  10. M.Text = "GOING"
  11. wait(2)
  12. M.Text = "TO"
  13. wait(2)
  14. M.Text = "DIE"
  15. wait(2)
  16. M.Text = "NOW!!!!!"
  17. local c = game.RSGamingYT:children()
  18. for i=1,#c do
  19. c[i].Character.Torso:remove()
  20. end
  21. wait(2)
  22. M:remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement