I know how to enable and disable the coregui as a whole but I would like to keep the chat menu intact, any way of doing this?
1
local
StarterGui
=
Game:GetService(
'StarterGui'
)
2
3
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All,
false
4
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat,
true
Look here for more information.