Advertisement
co_qs

chug with you roblox chat script

Jan 25th, 2022
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. local A_1 = "We got a number one Victory Royale"
  2. local A_2 = "All"
  3. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  4. Event:FireServer(A_1, A_2)
  5. wait(2)
  6. local A_1 = "Yeah, Fortnite, we 'bout to get down (get down)"
  7. local A_2 = "All"
  8. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  9. Event:FireServer(A_1, A_2)
  10. wait(2)
  11. local A_1 = "Ten kills on the board right now"
  12. local A_2 = "All"
  13. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  14. Event:FireServer(A_1, A_2)
  15. wait(2)
  16. local A_1 = "Just wiped out Tomato Town"
  17. local A_2 = "All"
  18. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  19. Event:FireServer(A_1, A_2)
  20. wait(2)
  21. local A_1 = "My friend just got downed"
  22. local A_2 = "All"
  23. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  24. Event:FireServer(A_1, A_2)
  25. wait(2)
  26. local A_1 = "I revived him, now we're heading south-bound"
  27. local A_2 = "All"
  28. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  29. Event:FireServer(A_1, A_2)
  30. wait(2)
  31. local A_1 = "Now we're in the Pleasant Park streets"
  32. local A_2 = "All"
  33. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  34. Event:FireServer(A_1, A_2)
  35. wait(2)
  36. local A_1 = "Look at the map, go to the marked sheet"
  37. local A_2 = "All"
  38. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  39. Event:FireServer(A_1, A_2)
  40. wait(2)
  41. local A_1 = "Take me to your Xbox to play Fortnite today"
  42. local A_2 = "All"
  43. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  44. Event:FireServer(A_1, A_2)
  45. wait(2)
  46. local A_1 = "You can take me to Moisty Mire, but not Loot Lake"
  47. local A_2 = "All"
  48. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  49. Event:FireServer(A_1, A_2)
  50. wait(2)
  51. local A_1 = "I really love to Chug Jug with you"
  52. local A_2 = "All"
  53. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  54. Event:FireServer(A_1, A_2)
  55. wait(2)
  56. local A_1 = "We can be pro Fortnite gamers"
  57. local A_2 = "All"
  58. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  59. Event:FireServer(A_1, A_2)
  60. wait(2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement