UI Visibility button randomly is greyed out and not usable
Expected behavior
UI Visibility should always work
UI Visibility button randomly is greyed out and not usable
Expected behavior
UI Visibility should always work
Hey @CoderJoey
Please re-format your post to a more proper bug report look, following this guide!
Ping me when you’ve done it, thanks!
The UI visibility action is only available when a ScreenGuI element exists in StarterGui. This is currently intentional but it’s something we are looking to change in the future.
This appears to occur even if there are elements in there. I believe there is a race condition from when you start/stop the game that is causing it to “maybe” think there is nothing in the folder. A workaround here is manually clicking on StarterGui and hiding the elements with the flag.
Gotcha… the additional information is helpful. Thanks!