When you run the game, you should see some what modules that newly appeared under the chat service. Look in the folder called client chat modules. Copy the folder. Paste it into chat once the game has stopped running. Then, delete everything except the chat settings module
Then, look in that script left and change the following lines:
— Replace with true/false to force the chat type. Otherwise this will default to the setting on the website.
module.BubbleChatEnabled = PlayersService.BubbleChat
module.ClassicChatEnabled = PlayersService.ClassicChat
This hasn’t worked for me, and I’ve tried some other methods suggested here on the forums with no luck. Would appreciate any help.