How would I make a UI line up with the new roblox menu?

I am making a topbar system and the new roblox UI changes with screen size. I need to have it lined up with the middle of the ui but it only is lined up in certian resolutions. Any help?

how I want it:


how it is:

New Project - 2023-10-31T134159.498

3 Likes

Are you using Scale or Offset? The topbar is 36 pixels tall, you can make a 36 pixel tall frame and put your stuff in the vertical center of that.

1 Like

The problem is that the menu button changed position based on what device you use and not the Screen size.