How can I deactivate the chat?

deactivation of the chat I mean that you can only chat and
not see the history

chat

from going to not seeing the history

aasdas

to make it look like this
all help accepted

Do you know how to implement BubbleChat?

1 Like

Alright. Test your game on Studio. Then on the Explorer Tab, go to Chat and open it. You’ll a folder called ClientChatModules. Copy that folder and stop testing the game. Then paste the ClientChatModules folder into Chat. Open up the folder. You’ll a ModuleScript called ChatSetting. Open that script and go to line 27 and line 28.

You’ll see:

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

Just change that to:

module.BubbleChatEnabled = true
module.ClassicChatEnabled = false

It should work now.

1 Like

Okay, I’ll try :D. aaaaas . … . .

Thank you! it worked for me thanks for your help! have a nice night

No worries!
Good luck Developing!

1 Like