I am making a game that will change your team every round, but chat can build up in messages that say that your team has been changed. Is there a way to make that message not appear, or do I have to make my own custom chat to do so?
No, you are not required to create a custom chat in order to prevent this message from appearing.
All you need to do, is open the âTeamChatâ Module located in the ChatService under âChatModulesâ
At line 158 in the script there is an event connection, in which all youâd need to do is change a few lines in order to prevent the message from appearing. Do not however, delete the entire connection, as because, in the name of the script, deleting the entire connection will result in problems, concerning the functionality of TeamChat
12 Likes