Does anyone know if there’s a way to detect whether or not the new toggle menu is opened? It expands when opened and I want to make my UI move with it so I need a way to see if the menu is opened or not.
1 Like
I’d suggest changing the ScreenGui
to use TopbarSafeInsets
in the ScreenInsets
property.
This means having to slightly reposition them again, but does mean that it is automatically positioned horizontally to account for any topbar offsets, without any scripting involved.
This also works for the old UI.
The documentation has a great visualization for the different ScreenInsets, I’d also suggest checking them out!