How do I AutoScale a grid layout for a scrolling frame, AND the scrolling frame canvas size?

I want to make an inventory gui, but the scrolling frame is not scaling its CanvasSize correctly on smaller devices. It also uses a UiGridLayout, but doesn’t work either because the cells aren’t scaling too. How do I fix this?

1 Like