How do I enable both bubble and classic chat on roblox?

How do I enable both bubble and classic chat on roblox?

2 Likes

Test the game in studio, go to the chat (service??) in explorer, select everything in it, copy it, stop testing the game, paste everything in the chat (service??) from where you copied it, go to ClientChatModules,
then set module.BubbleChatEnabled and module.ClassicChatEnabled to true.

Sorry if you can’t understand this well I barely woke up.

1 Like

Please do not do this. Avoid forking the entire Lua Chat System to change two chat settings. Forking should only be done in the case that you are doing major code changes to all parts of the system.

There is a way to enable both bubble and classic chat without copying everything without forking. I do have a tutorial for accomplishing this currently up.

And for @RobloxNoob1203, OP, please search first before posting threads. This question has been asked many times and has a lot of solutions available to go around.

1 Like

There used to be a configuration for it on the place configure page. It was removed and the intention was to have it moved to a Game Settings item, but that hasn’t happened, so at the moment the only available way of doing this is through some script workarounds.

2 Likes