Automatic Size incorrectly scales with a UIScale and UIGrid or UIList

When using the AutomaticSize feature on a Frame containing a UIGridLayout (or a wrapped UIListLayout), a UIScale to the parent will result in the AutomaticSize incorrectly sizing, resulting in it basing it off the default scale rather than the multiplied UIScale value. This results in my shop UI being completely incorrectly positioned.


Here is a studio file with the issue:
UIScaleBug.rbxl (62.3 KB)

Expected behavior

The size of the frame should correctly adjust to fit the size of the contents.

4 Likes