How Can I Perfectly Position A UI? [AutoScale Problem?]

So, i’m of course, trying to perfectly position a UI on all devices. I tried using AutoScale but it didn’t work.

This is the GUI normally:

And the GUI on another screen:

As you may be able to see, on the other screen the line go past where it is supposed to go. How can I fix this?

1 Like

I think I fixed it by inserting a UI Ratio Constraint but i’m not sure :confused:

In English: It fixed but i’m not sure if it’s a permanent fix or temporary fix.

If the plugin doesn’t work then you can scale it yourself, which is what i do. Make sure that the offset for both the x and y are set to 0. Then insert the correct measurements in scale. Normally it should fit on most devices, some devices have pretty squished screens which makes it harder for the UI to be 100% scaled. Otherwise this works for me and i find it a lot easier to be more precise when scaling since i can put exactly what i want.

Hope this helped!

2 Likes