Advertisement
d2rq

sicko mode

Jun 28th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. local msg = "Sun is down, freezing cold thats how we already know winters here" local recipient = "All"
  2. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  3. Event:FireServer(msg, recipient)
  4.  
  5. wait (1.2)
  6.  
  7. local msg = "My dawg would probablly do it for a louis belt" local recipient = "All"
  8. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  9. Event:FireServer(msg, recipient)
  10.  
  11. wait (1.2)
  12.  
  13. local msg = "Thats just all he know he dont know nothing else" local recipient = "All"
  14. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  15. Event:FireServer(msg, recipient)
  16.  
  17. wait (3.0)
  18.  
  19. local msg = "I tried to show 'em, yeah" local recipient = "All"
  20. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  21. Event:FireServer(msg, recipient)
  22.  
  23. wait (3.0)
  24.  
  25. local msg = "I tried to show 'em yeah, yeah yeah yeah" local recipient = "All"
  26. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  27. Event:FireServer(msg, recipient)
  28.  
  29. wait (1.0)
  30.  
  31. local msg = "Going on you with the pick and roll, young la flame he in sicko mode" local recipient = "All"
  32. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  33. Event:FireServer(msg, recipient)
  34.  
  35. wait (3.0)
  36.  
  37. local msg = "Made this here with all the ice on in the booth" local recipient = "All"
  38. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  39. Event:FireServer(msg, recipient)
  40.  
  41. wait (1.0)
  42.  
  43. local msg = "At the gate outside when they pull up they get me loose" local recipient = "All"
  44. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  45. Event:FireServer(msg, recipient)
  46.  
  47. wait (1.0)
  48.  
  49. local msg = "Yeah jump out boys thats nike boys hoppin out coupes" local recipient = "All"
  50. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  51. Event:FireServer(msg, recipient)
  52.  
  53. wait (1.0)
  54.  
  55. local msg = "This is way too big when they pull up gimme the loot (GIMME THE LOOT)" local recipient = "All"
  56. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  57. Event:FireServer(msg, recipient)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement