UI resolution help

Hello, im using autoscale pro and all that to fix my UI and try and make it fit all screens but it just doesn’t work, I really need help if someone can show me in a tc or just explain to me here.

What it looks like on my screen:

Someone else’s screen:

you could use a ui aspect ratio?

1 Like

It seems like you’re using scale for all of the elements, but there is an easy fix. I assume that the big white frame is the parent of all those elements. If so, all you need to do is insert a UIAspectRatioConstraint inside of it. Then set its aspect ratio to what you’d normally expect. For example, if your intended size is 800x300px, then set it to 800/300 aka 2.666.

1 Like

Ok ill test it out, this is the layout btw
image

Ive tried it all, its been 1 hour i cant figure it out

What exactly isn’t working as you expected with UIAspectRatioConstraint?

Well, it looks like that. Doesnt really like like its working to me

Next time you may a UI, you will want to put all of the main components inside the frame then put a UIAspectRatioConstraint into the frame too.

Okay, i hope this works. I dont know anymore…

Here’s a method that will 90% work:

  1. Make the gui, making sure all the GUI’s components are in the frame.
  2. Add a UIAspectRatioConstraint.
  3. Using Auto Scale, Highlight all the GUI component’s, including the frame and click scale on both options with Auto Scale.

For further concerns with this topic, DM me on discord at ItzMarley#5548 by sending me a Friend Req then hit me up with a DM.

Just saw this, i put everything in a frame and it worked.

I am pretty sure auto scale plugin has “Add constraint” button, try it.

Mark their reply as the solution so that people know it’s been resolved