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:
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:
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.
The problem is that the menu button changed position based on what device you use and not the Screen size.