ChatOnWithTopBarOff making only ScreenGui (Chat) enabled and not Frame Visible (Chat.Frame)

Well after deactivating TopbarEnabled and activating ChatOnWithTopBarOff it only leaves the ScreenGui of the Chat Enabled and the Frame not Visible

edit: I believe that since the Open Chat Button is disabled, the Chat Frame should be visible

Isn’t this intentional? What’s the problem you’re encountering or how is the visibility of the chat frame impeding your work? Does the chat frame not show up when you start chatting? Your post is rather vague in terms of explanation and implementation details.

1 Like

Sorry is that I had done something stupid and I just realized

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)	
StarterGui:SetCore("TopbarEnabled", false)

to

StarterGui:SetCore("TopbarEnabled", false)

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false) was making the Frame not visible

1 Like