Advertisement
Friaza

Untitled

Jul 1st, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. ch = game:GetService("Chat")
  2. i = math.random(1,11)
  3. if i == 1 then
  4. str = "I kick kittens sometimes when I'm bored."
  5. elseif i == 2 then
  6. str = "Polnareff is so hot"
  7. elseif i == 3 then
  8. str = "I'm the muffin man"
  9. elseif i == 4 then
  10. str = "Brb gotta go torture some africans"
  11. elseif i == 5 then
  12. str = "Shutup"
  13. elseif i == 5 then
  14. str = "I'm watching hentai ok"
  15. elseif i == 6 then
  16. str = "Clothes are for the weak"
  17. elseif i == 7 then
  18. str = "Free models or nothing"
  19. elseif i == 8 then
  20. str = "My little pony my little pony!"
  21. elseif i == 9 then
  22. str = "Asked a girl to OD and she said no :("
  23. elseif i == 10 then
  24. str = "I like trains"
  25. elseif i == 11 then
  26. str = "Teach me how to script senpai"
  27. end
  28. ch:Chat(Workspace.Novaseus.Head, str)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement