deactivation of the chat I mean that you can only chat and
not see the history
from going to not seeing the history
to make it look like this
all help accepted
deactivation of the chat I mean that you can only chat and
not see the history
from going to not seeing the history
to make it look like this
all help accepted
Do you know how to implement BubbleChat?
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.
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!