Advertisement
d2rq

goodmorningtokyo

Jun 28th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. local msg = "IF A KILLER DONT LIKE ME KILL ME RIGHT NOW, UH OTHERWISE KILLER PIPE DOWN" local recipient = "All"
  2. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  3. Event:FireServer(msg, recipient)
  4.  
  5. wait (1.5)
  6.  
  7. local msg = "YO RAPPERS RAP TOO LOUD, HOMIE WHATS THAT SOUND?" local recipient = "All"
  8. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  9. Event:FireServer(msg, recipient)
  10.  
  11. wait (1.5)
  12.  
  13. local msg = "Thats me sneaking in your house with the choppa ima put that thing in your mouth" local recipient = "All"
  14. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  15. Event:FireServer(msg, recipient)
  16.  
  17. wait (1.5)
  18.  
  19. local msg = "GOOD MORNING, MY NAME IS TOKYO FEEL LIKE A WINDOW IM HERE TO AIR IT OUT" local recipient = "All"
  20. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  21. Event:FireServer(msg, recipient)
  22.  
  23. wait (1.5)
  24.  
  25. local msg = "YEAH HE WANTED BEEF AT THE PARKING LOT MY HOMIES DOGS SO WE BARK A LOT" local recipient = "All"
  26. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  27. Event:FireServer(msg, recipient)
  28.  
  29. wait (1.5)
  30.  
  31. local msg = "Auto bot choppas they spark a lot" local recipient = "All"
  32. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  33. Event:FireServer(msg, recipient)
  34.  
  35. wait (1.5)
  36.  
  37. local msg = "I will beat your mom dont care if she black or not" local recipient = "All"
  38. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  39. Event:FireServer(msg, recipient)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement