UI Visibility button randomly is greyed out and not usable

UI Visibility button randomly is greyed out and not usable

Expected behavior

UI Visibility should always work

5 Likes

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!

1 Like

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.

1 Like

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.

1 Like

Gotcha… the additional information is helpful. Thanks!

2 Likes

Hi @CoderJoey, are you still able to reproduce this? Were you using Team Create when you saw this bug occur?
Thanks!

Still occurs yes. I was using team create. Thank you!