UIListLayout ignores frame children

I’m trying to make a Player list, but it seems that the UIListLayout doesnt consider children when adding players inside teams, this is how it looks like

image

I got a script that adds the player and all of that but it shouldn’t interfere with how the layout works.

image
it ends up looking like this, when it should look something like this
image

1 Like

There’s a property called AutomaticSize that changes the size of the frame depending on the children there are.

1 Like

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