guarost
(guaro)
#1
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
guarost
(guaro)
#2
anyone any idea? i kinda need help asap
G2_funny
(G2F)
#3
I’m pretty sure that “LoadDefaultChat” enables or disables the chat function itself
guarost
(guaro)
#4
and how do i just keep bubble chat then…
G2_funny
(G2F)
#5
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.
guarost
(guaro)
#6
that would disable the chat option, i only want the bubblechat.
G2_funny
(G2F)
#8
I found a topic that could help you.
Topic
1 Like