choco99

Untitled

Jan 1st, 2022 (edited)
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. while true do
  2. wait(1)
  3. local args = {
  4. [1] = game.CoreGui.RagdollHub.SpamUI.WhatToSpam.Text,
  5. [2] = "All"
  6. }
  7.  
  8. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  9. end
Advertisement
Add Comment
Please, Sign In to add comment