[help needed] How do i allow players to spam chat

i want to allow players in my game to spam in chat, obviously there would still be the cooldown but i dont want them getting banned if they repeatedly say the same thing (which already happened to one player) because in my game you have to use chat to load spells

1 Like

You need to create own chat in game.

2 Likes

As far as I know you can not pass it, maybe you can try to mess around with the chat script, but you have 3 options

  1. Creating your own chat system, it would not be easy and it is highly unrecommended, but if it is really a problem for you, keep in mind for creating chat system you need to handle: Filtering, Replacting, Anti Exploting etc.

Second example: As far as I know most of the harry potter games using chat for spells, but I did saw one game that changing it to loadout or keybinds, you can try it, or maybe, add that after you type the spell once, you do not need to type it again, and it will be saved.

Third option: Leave it alone, you are game developer, not roblox moderator, as it is not happenes to frequently I am assuming the player spammed really bad, and it is their own problem, you can leave it alone or if it is really annoying you, add disclaimer not to spam.

1 Like

You’d need to create a custom chat system as stated by @777PerfectPlayer777, you can’t modify roblox’s chat cooldown as far as i know.