Enable bubble chat?

Here’s a more detailed step-by-step:

  1. Open Game in studio

  2. Click Play Solo

  3. Under the Explorer (open using View → Explorer), find Chat and then copy “ClientChatModules”

  4. Exit Play Solo

  5. Paste “ClientChatModules” back into Chat in the Explorer

  6. Delete all contents of ClientChatModules except ChatSettings

  7. Open ChatSettings and replace lines 25 and 26 with this code

    module.BubbleChatEnabled = PlayersService.BubbleChat
    module.ClassicChatEnabled = PlayersService.ClassicChat
    
65 Likes