Hello. I’m making an inventory, and I made a ScrollingFrame. Of course I’d use UIGridLayout inside it so it’s automatically positioning each instance inside of it. But, I ran into an issue, when it forcefully rescales the instances inside of the ScrollingFrame. Here’s an example video of the issue:
https://streamable.com/zhb1a3
Is there a way to prevent this from happening?
Apparently these buttons’s sizes are Offset, not Scale. Make sure the UIGridLayout.CellSize is set correctly.