Scaling issue with UI frame

https://gyazo.com/0a40ea699abdeedb924e0f115a47b990

Scaling isn’t working properly for this frame for some reason, some of the buttons that are on the right aren’t visible to users depending on the device size.

I tried using a plugin to AutoScale the frames/buttons and that hasn’t worked either.

Anyone know how I could fix this?

just checking, do you measure the size of uiobject by scale or offset?
image

Is ClipToDeviceSafeArea enabled?
image_2024-03-12_131153893

It is measured by scale, not offset

do you have any instances of uiscale inside those franes?

Where would you find that? Looked through and couldn’t find that in the frames or buttons

All of the text buttons size and position are based on the UI Grid Layout.

so, no?

filler textttttttttttt

In a ScreenGui, The first one check it

I assume you mean like a UIAspectConstraint? The parent frame has one, but the rest do not.

1 Like

Just checked and it is enabled

1 Like