CoreGuiEnabler Key based CoreGuiEnabler, singleton Use this class to load/unload CoreGuis / other GUIs, by disabling based upon keys Keys are additive, so if you have more than 1 disabled, it's ok. View docs → Installation npm install @quenty/coreguienabler --save Usage Usage is designed to be simple. CoreGuiEnabler.new() CoreGuiEnabler:AddState(key, coreGuiStateChangeFunc) CoreGuiEnabler:Disable(key, coreGuiState) CoreGuiEnabler:Enable(key, coreGuiState)