Bubble Chat Issues (engine bugs?)

Possible chat bug

So I have the thing for bubble chat activated but the default one de-activated and it does not show the option to type. Help?


https://gyazo.com/ae9eff3b4aa7d84884093524ab51fbc9

https://gyazo.com/5e321a0fbb0b1ed076857bd632b0fe18

Only works if we had loadchat enabled

anyone any idea? i kinda need help asap

I’m pretty sure that “LoadDefaultChat” enables or disables the chat function itself

and how do i just keep bubble chat then…

You will need to paste this in a local script in StarterGui.

 local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

I’m not sure if this will work, as I am currently on my mobile device.

that would disable the chat option, i only want the bubblechat.

I found a topic that could help you.
Topic

1 Like