UITableLayout Giving Random Row Sizes

Hi all,

I’m trying to make a stats GUI with the player’s performance for my hockey game.

This is what it should look like:

Every row has the same size except the player username.

But this is what happens in-game:


The sizes are completely random and I have no idea why this happens. Here’s the explorer tab:


image

How can I solve this issue and always keep the table’s rows at the same size as shown at the beginning? Thanks in advance.

1 Like

Try making a ui list and put the stats in the frame

1 Like

I completely removed the UITableLayout and made made a list (UIListLayout) of lists instead. That worked for me

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