How do I scale scrolling frames?

I am actually getting SO ANNOYED right now, I can’t explain it in words. I have been trying to find a way to scale scrolling frames for WEEKS now, and I STILL can’t find an answer. The only thing that works is scaling the actual scrolling frames, but scaling the stuff IN the frame isn’t. PLEASE, someone tell me how to do this :sob:

What I want it to look like on both mobile and pc:
image

What it looks like on mobile:
image

And please DO NOT say to use scale, because it does not work. If you do, please make a video of you doing it. :sob:

Are you using UIAspectRatioConstraint inside your scrolling gui? this will keep the the children of the scrolling frame the same size ratio as the parent.

1 Like

Where do I put the constraint? In the buttons, gridlayout, or scrollingframe?

Could you show a video of yourself doing it?

In the scrolling frame… on the same level as the buttons.

Still not working for me :sob:, what should I put for the properties?