Advertisement
d2rq

skechers

Jun 28th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. local msg = "Shawty bad with the skechers on wanna hold your hand make you my girl" 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 = "Light up, light up skechers, light up light up my world" 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 = "Shawty bad with the skechers on wanna hold your hand make you my girl" 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 = "Light up, light up skechers, light up light up my world" 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 = "I like your skechers you like me my gucci shoes" 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 = "Ill buy you the purse only if you show me your #####" 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 like your skechers you like me too, bring your friends all of us in the pool" local recipient = "All"
  38. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  39. Event:FireServer(msg, recipient)
  40.  
  41. wait (1.5)
  42.  
  43. local msg = "Bad lil girl all my drip make her drool." local recipient = "All"
  44. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  45. Event:FireServer(msg, recipient)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement