UI scaling doesn't work in a scrolling frame

I’m trying to make my ui mobile-friendly but the children of the scrolling frame do not scale
https://gyazo.com/3cb26e11b7e8be6af0851e96b34b93a3

note: I’ve used the autoscale plugin already and it didn’t solve the issue

Are you using UIGridLayout?

30charrr

This is more of a #help-and-feedback:art-design-support post.

If your children do not use the Scale property, the items of the ScrollingFrame do not follow its size.


You may also use UIAspectRatioConstraint to fix this:


1 Like


thats how it looks like with ui grid layout

try selecting the elements inside the scroll frame. Maybe that’ll do?

i think that’s the solution, i’ve used an auto scale plugin but turns out the children are still on offset. I’ll convert them all manually rq

1 Like

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