# AutomaticSize does not play ball

UI Elements that use AutomaticSize will work for simple usecases. However, using it in conjunction with other UIConstraints or even ScrollingFrame can easily cause it to not work as intended.\
\
Sadly there's no great workaround, it's best to assume that this property might break under any complicated scenario and you'll have to write your own resizing script that you can slap on your UI yourself.
