UI scaling improperly on tablets and tiny phones

I am having some (more) trouble with UI scaling, this time with tablets (and tiny phones). The UI stays constant on phones and monitors, but on devices with a smaller X ratio of X:Y, it drastically inflates.
GIF 9-30-2024 8-31-05 PM
Here’s the lineage and sizing:


image
(this one is the parent, anchor point 0,0)
Help is greatly appreciated!!!

There are so many posts that have solutions to this problem. Please search the forums.
Gui scaling bug - #2 by Scottifly

Also check what you have your AutomaticSize selection set to.

Is it just the back part? I wonder if its because you dont have the back ball in the same holder frame as the imagelabel. If the size is incorrect, there’s a plugin somewhere that fixes size issues on different devices.

buddy, i spent the better part of a day searching the forums to no avail.
also, the automatic size does nothing to help.

do you have a name for said plugin? that could solve my issue.

WOOT! Fixed the issue. FRAMES are majorly affected by the size of screens. IMAGELABELS are not. If you want mint alignment, USE IMAGE LABELS INSTEAD.

[EDIT: I also added a UiRatioConstraint to the blue frame as well. I added another parent to the imagelabels and messed with the anchor points to get it just right.]

BOOOYAHHHH

1 Like

It’s called autoscale lite i think, that’s the free version.

Ah. I have autoscale nightly, and it didn’t work, but now the issue is solved. Thanks anyways though!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.