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?
local StarterGui = Game:GetService('StarterGui') StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false) StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
Look here for more information.