What are the new topbar inset dimensions?

The new topbar has been forced on some Roblox clients, and I can’t find any documentation on the new dimensions. The old one had 36 offset, but I have no clue what the new value is. Does it differ between devices as well?

You could just add a screenGui get the the .AbsoluteSize.Y and then turn IgnoreGuiInset on and get the new dimensions, and then subtract. This only works while playtesting. DON’T use a script to do this, I’ve tried.

You need to use GuiService GetInset what return the insets of topbar

Edit it is GuiService: GetGuiInset

I made this video to explain how to show the old topbar or new based on the insets but I also printed out the insets but now that isn’t needed anymore

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.