Ameno__GodOH

AmenoSolador

Nov 21st, 2023 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | Gaming | 0 0
  1. local numeroDeRepeticoes = 400
  2.  
  3. for i = 1, numeroDeRepeticoes do
  4. local args = {
  5. [1] = "Ameno sola ficção",
  6. [2] = "All"
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  10.  
  11.  
  12. wait(1)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment