I used a Scrollingframe and UIGridLayout for my inventory.
I wanted to resize some assets since they take up more slots.
This was the result using UISizeConstraint to resize some boxes. If you can see, the first row has a empty slot at the end. For some reason the UIGridLayout skipped that slot… (there is another frame with “fake slots” behind it which is why u still see that transparent empty box).
Why did it skip that slot?