Is it possible to create a chat cooldown? For example, if someone is spamming the chat or is typing too fast, the chat will automatically lock up and stop them from typing in the chat for a while. I have tried looking for tutorials online but I can’t find any. Does anyone know how to do this?
1 Like
Is it possible for Roblox to add a moderation function that prevents spamming in the chat?
1 Like
Ok thanks. This might work. I’ll try to use this.
1 Like
What you marked as the “solution” isn’t the real solution. Here are the steps:
-
Playtest your experience in Roblox Studio.
-
Copy
ChatModulesinChatand stop the playtest. -
Paste
ChatModulesintoChat, openChatFloodDetector, and then setnumberMessagesAllowedto 1. The actual cooldown time isdecayTimePeriod, which you can set to any number you wish, all measured in seconds.