Hello, I’ve been having trouble with scrollingframes and idk what to do. Basically I want the scrolling frame’s length not to change when on different devices.
This is how it looks on my regular studio resolution:
I dont believe the scrolling frame is shorter but the Text is just bigger so it takes up more space which means it will go down further
Edit - To make sure the length isnt changing you can put the size in using scale instead of offset
You’re supposed to focus on CanvasSize, not the actual Size. UIAspectRatioConstraint has nothing to do with this. CanvasSize basically dictates how far down the ScrollingFrame scrolls, and if you’re using Offset instead of Scale for this, then this value would change based on the screen’s resolution.
No, the screenshot provided is the note that appears for the normal Size property when UIAspectRatioConstraint is used. You’re supposed to be focusing on CanvasSize, not Size, which are two different things. UIAspectRatioConstraint does not affect CanvasSize.