How to perfectly scale and position UI buttons?

Hello,

I’ve been making some gui buttons that are ImageButtons with a circle as the image, and the scale type is Fit.


The image above looks fine, but when I shrink the screen the images move away from the side

They are in a Frame that has a UIListLayout inside of it:
image

Is there any way for the buttons to keep the same size and position on every screen? (especially phones)

1 Like

UIAspectRatioConstraint

1 Like

It took a bit of time trying to figure out how to use it but it eventually worked

1 Like

You can use this plugin to scale them that way they stay the same size on all devices and monitor resolutions. AutoScale Lite - Roblox