With the new experience controls, ScreenGui.ScreenInsets.TopbarSafeInsets
is wrong for Xbox and PS4 devices. The escape menu icon is misplaced and the ScreenGui with TopbarSafeInsets
has an incorrect AbsoluteSize. This is problematic because it breaks custom topbar elements that rely on the size of the safe insets. Here’s an example of what this looks like with the emulator in studio for Xbox:
As you can see, in the top left the escape menu button is overlapping with the other buttons. In the top right there are custom topbar buttons getting cut off because the AbsoluteSize of the ScreenGui is wrong.