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:
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)
All you need to do is enable “Wraps” in properties and it should start working.