Issue with UI Automatic Size

,

This is the UI I currently have :


I want to add more things to the UI that says title but I want it to dynamically change the size for me to code later
The problem is that whenever I set the automatic size of the UI from none to Y, this happens :

I already tried setting the title and description Y value size to 0 but still have the same result. Everything is scaled btw.

Help would be appreciated

To fix this problem, where your GUI is stretching in the scrolling frame is to insert a UIAspectRatioConstraint. This happened because the ScrollingFrame’s CanvasSize property changed.

1 Like

There is a post that is related to this problem:

https://devforum.roblox.com/t/how-do-i-extend-my-scrolling-frame/1369941

Move this topic to Help and Feedback > Art Design Support

Moved it, thanks! I’ve only really ever used UIAspectRatio Constraint on imagelabels