What do you want to achieve? I want to make it so whatever’s inside the scrolling frame will get scaled correctly so everything doesn’t go off the sides and isn’t too large.
What is the issue? The issue is that what’s inside the scrolling bar doesn’t get scaled correctly… also, the actual scrolling frame gets scaled correctly. I thought that was the problem at first but no.
What solutions have you tried so far? I use the autoscale lite plugin and I’ve made everything to scale but that doesn’t work, I’ve also looked at using the UIGridLayout and UIListLayout but that doesn’t work. So Idk if it just that the children of a scrolling frame don’t get scaled or not?
here is the GUI normally. Notice the chicken’s size and position
So basically, what you need to do is add a UIGridLayout to the ScrollingFrame and ensure that the CellSize is using scale instead of Offset.
Additionally, you will need to set the canvas size of the scrolling frame to 0 so that the scrolling UI can scale automatically using the ‘automatic canvas size’ property on the Y position.