Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local settings = {
- AutoChat_Time = 0.1,
- AutoChat_Delay = 1.5,
- AutoChat = true,
- }
- local chatrem = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
- while task.wait(settings.AutoChat_Time) do
- chatrem:FireServer('2 fast 4 u', "All")
- print("Sent Message")
- end
Advertisement
Add Comment
Please, Sign In to add comment