UIListLayout horizontal

i am trying to make a player list with the players icons

how can i make a uilistlayout horizontal?

2 Likes

Try rotating different frames and labels? Well, I’m not sure how it works in relative to the UI’s rotation but it makes sense to try.

1 Like

Oh wait, I have a better solution. I went to the developer page of UIListLayout and within two seconds, I saw there is a property called FillDirection. You can used this to change it from vertical to horizontal.

Developer Page

thank you so much :slight_smile:

1 Like