How do I fix TextChatService filtering every message?

Is there any extra steps that I need for the new TextChatService? I’ve enabled it for both of my games and noticed that messages are being filtered a lot more often. And once they get filtered, you have to keep sending junk messages until it stops. I don’t notice this in any other games with it enabled.

5 Likes

I Recommend Using Your Own Chat System As TextCHatService is very unstable and broken at the moment and very much garbage and basic, your own system would be better at filtering then the roblox clanker.

To add on from ZW don’t forget that any player written messages still need to be passed through a filtering function before they can be displayed. Filtering is done through TextService (not to be confused with TCS.)