Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local numeroDeRepeticoes = 400
- for i = 1, numeroDeRepeticoes do
- local args = {
- [1] = "Ameno sola ficção",
- [2] = "All"
- }
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
- wait(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment