How to fix clipdescendants and scaling for the contents of the scrollingframe

Screenshot 2023-08-24 185537
When you scale your resolution down, the frames scale down too. but the contents of the scrolling frame just clips outside instead of scaling down.

I had 3 different topics openned for this and no one has even found a solution.

Are the elements inside the scrolling frame using only scale for size? If there’s offset then that’s your problem

--both offset values should be zero
UDim2.new(xScale, xOffset, yScale, yOffset)

all the scaling for the offset values are on 0

Do you mind sending over the UI so we can test it ourselves? You don’t need to send over the entire place file, just the UI itself (copy and paste it into an empty baseplate)