Unable to enable classic chat back

Title basically says it all

Studio test:
image

In game:
image

What I tried and didn’t work:

game.Players:SetChatStyle(Enum.ChatStyle.Classic)
game.Players:SetChatStyle(Enum.ChatStyle.ClassicAndBubble)
1 Like

So like, there is no buble chat?

No, there’s no classic chat, as shown on the screenshot from the game

is it okay if you can make a rbx file where i can see it in game? I am not able to reproduce the problem.

Thing is, I’m not able to reproduce it on any other game either. It’s this specific game that is broken. If I upload the same place to any other game, it works fine

Go to explorer > TextChatService and open properties, and set TextChatService to LegacyChatService

It is and was set to that all the time

I am assuming you want both the classic list-like chat enabled in the game.

  1. go to the studio place
  2. hit play solo to load in your character
  3. copy everything in the chat service
  4. stop studio testing
  5. paste it back into chat service
    image
  6. go to ClientChatModules > ChatSettings
  7. scroll down the script to lines ~24
  8. update

That works, but I was hoping for a better solution that does not involve scripting (there was an option on the website but now it is hidden). Thanks