Weird logic in a Hide Gui Script

It seems like the issue might be related to the timing of when the TopBarHidden variable is checked and when the UI is updated. If the UI update is happening before the variable check, it could cause the behavior you’re seeing.

One way to address this could be to ensure that the UI update happens after the TopBarHidden variable has been updated.

1 Like