I am trying to make some sort of chat room UI system. Just to comply with Roblox TOS I need to use the TextChatService and not handling it manually with RemoteEvents so my experience won’t get moderated even with the filtering implemented. At least, that’s what my friend told me. I have set up everything and it worked! …with only one issue the messages sent to the chat room channel is appearing on the built-in chat and also appear as a chat bubble. The chat room being what it is, I only want players to only be able to see the chat room messages from the chat room UI.
I know I can just disable the built-in chat system as well bubble and just make my own that listens only to the default channel but I just want to be sure there isn’t really any other way to keep working with the built-in.