Add toggles for the CoreGui options under StarterGui

As of right now, toggling the different CoreGUI options is rather annoying in which you need to call the function game.StarterGui:SetCoreGuiEnabled() each time you wish to disable/enable something.

It would be a lot easier and more practical for new users if there was options under StarterGUI to simply toggle these options on or off. Adding the TopBarTransparency here as well could also be beneficial, since that is something else that needs to be changed with a function.

12 Likes

I don’t know if it would be too much clutter, but I’d probably like a ‘TopbarEnabled’ setting which grays out all the other buttons if its selected. TopbarTransparency hides the Topbar but I like just disabling it all together.

2 Likes