i am trying to make a player list with the players icons
how can i make a uilistlayout horizontal?
i am trying to make a player list with the players icons
how can i make a uilistlayout horizontal?
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.
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.
thank you so much