The parts of the chat that can not be interacted with should no longer steal mouse clicks.
You are now able to override ChatModules or ClientChatModules without the defaults no longer being inserted. There is a new boolean value in these folders to toggle if the default modules are inserted or not.
Blocking a user in the player list will now block them in the chat.
A bunch of bug fixes.
Coming Soon TM:
Bubble chat will be part of the new chat system and developer customizable.
Chat.LoadDefaultChat will be turned on then so you can completely turn off the default chat.
Itâs actually a server only change. The reason it has not been turned on yet is we are moving BubbleChat into the new chat system, so games that use Chat:Chat() would break if they turned off LoadDefaultChat. Once the new BubbleChat is shipped, this will be enabled. It will hopefully be next week.
Bubble chat is now part of the new chat system and developer customizable.
Chat.LoadDefaultChat is now turned on. You can use this to completely turn off the default chat if you use a custom chat system. Sorry for the wait on this, it was blocked by the release of the new bubble chat.
The chat now uses Chat:CanUserChatAsync() to determine if two users can chat or not. If your chat privacy settings are set to NoOne, you will not have a chat bar and the chat will be minimized by default. You will still be able to see system messages.
Is this live for iOS users/When will this go live for iOS users? People are complaining that they canât chat, and I donât know if itâs my code or what
Same here. I notice the mobile app was updated today (presumably to add support for the CanUserChat functions), but was everyone forced to download the update?