How do I disable chat ingame?

SetCoreGuiEnabled should always work from the getgo because unlike SetCore, the options are registered initially and also respect initial state.

If you want to completely disable the chat, including the backend and not just the topbar item, turn off LoadDefaultChat. None of the Lua Chat System components will load in.

12 Likes