AutoScale is not working(Lite)

Hello, I have a little big problem, I have a gui, I select everything in it I do AutoScale Lite and I do UnitConversion then I put everything on Scale but I end up with a horrible thing like on the screen.

What i expect in all devices :
https://gyazo.com/c4553476053d0170fb195ae5cf3a2255

What i get :


or that :

Sincerely,
@hollaquetalBRUH

1 Like

Kinda glad somebody finally pointed this out. I have been having the same issues with this plugin, but it seems like it hasn’t been updated in a while.

Have you tried Converting the position and size of the GUI to Scale? Try using the Scale button on both Position and Size inside of Unit Conversion. If that doesn’t work, then you’re gonna have to resize and reposition your GUI’s yourself. Using the Scale part of the UDim2 is pretty important if you want it show the same size on all devices, so it isn’t recommended to scale your GUI’s using the offset part of the UDim2, as this would be pushing the GUI’s out of the screen.

After you got your scaling right, use a UiAspectRatioConstraint on the parent of the GUIs, then on aspect type, I would choose FitWithinMaxSize. If it is already there, then cool. When scaling, make sure all your tabs are closed so they don’t affect the positioning of the GUI.

If the stuff I said above doesn’t help at all, maybe learn a bit about UiAspectRatioConstraints and scaling here:

1 Like

I tested, the 2 posts you sent but this don’t fix the issue and do it handmade will be hard there is tons of Frames, TextButton, TextLabel and others.

1 Like