LynXS_

Untitled

Jun 10th, 2024
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local stringsub = "cûm cûm cûm cûm cûm cûm cûm cûm cûm cûm cûm cûm"
  2. if game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents") then
  3. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(stringsub, "All")
  4. task.wait(1.4)
  5. else
  6. for i = 1, 1000 do
  7. game:GetService("TextChatService"):FindFirstChild("TextChannels").RBXGeneral:SendAsync(stringsub)
  8. end
  9. end
  10.  
Advertisement
Add Comment
Please, Sign In to add comment