How do I make a vertical UI List fill horizontally?

I have made this floating interface that shows the players who have pressed a button

(It’s not finished, but it will show the avatar of each player)

It’s a Scrolling Frame with a UIListLayout, and I want each line to have a max of 4 players

But right now adding another frame doesn’t make a new line

I’d appreciate some help on this issue, I don’t know what to do

Now I’ll add some of the properties for extra info

This is what UIGridLayout is used for. Just replace the UIListLayout with a grid and set max horizontal grids to 4.
image

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.