Advertisement
Guest User

lolol

a guest
Mar 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --[Use this in Script Builders to annoy everybody. :P]------------------------------------------------------------------------------
  2.  
  3. texts = {"FUCK YOU ALL"}
  4. function Spam()
  5. for i=1,#texts do
  6. wait(0.2)
  7. local M = Instance.new("Message")
  8. M.Text = texts[i]
  9. M.Parent = game.Workspace
  10. end
  11. end
  12.  
  13. while true do
  14. wait(0)
  15. Spam()
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement