Bubble Chat in a game that I have been making has not worked so far, and I have been looking to fix it. Everything under ChatTextService is green-to-green, however here, under ‘players’, it does not appear to be ticked. I believe this is my problem. How do I fix this? I have zero experience with scripting.
The game has an ATF 7-style customization setting which MAY be messing with it, but this is unlikely. Are there any settings or issues that can help me enable bubble chat? I have looked through ChatTextService, everything is enabled. I am at a loss. Thank you.
You can’t set it normally you have to use Players:SetChatStyle(), You could run game:GetService("Players"):SetChatStyle(Enum.ChatStyle.Bubble) in the command bar to tick it
I believe that that property refers the classic Chat service, which was deprecated in favour of TextChatService.
If you are using TextChatService, you can probably ignore that thing. Instead, try looking at BubbleChatConfiguration under TextChatService and see if it’s enabled. That controls bubble chat’s behaviour under TextChatService.
Well, this is part of the solution : The box was ticked! However, a new problem comes up. It didn’t really do anything. robloxapp-20230720-1918369.wmv (1.2 MB)
It is enabled. The problem, I now realize, is that the chat shows up for a split second before disappearing, as demonstrated in my other post. It also works in studio just fine, but in-game, has issues.