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.
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: