CreeperReaper48

Chat spam

Jan 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. amount_of_msgs = 5
  2. delay = 5
  3. --Credits: Lau
  4. for i = 1, amount_of_msgs do
  5. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("ChatHere", "All")
  6. wait(delay)
  7. end
Add Comment
Please, Sign In to add comment