How would I create a Grid for Slots?

I’ve created a slot grid to create slots for my game but I don’t know how to put the slots both horizontally and vertically after it has lost space horizontally. If you don’t understand what I mean I have a photo of what I currently have right now:

and what I want:

1 Like

Hi.

You can do something like that by using a UIListLayout. The instance puts all of it’s siblings, or whatever is in the same hierarchical place as it, (the TextButton and TextLable)
image

All you need to do is enable “Wraps” in properties and it should start working.

1 Like

Yeah this worked perfectly

1 Like