Hello everyone and thank you for stopping by my post.
I’ve recently been working on a custom player list, and i stumbled upon a big problem when designing the UI itself.
For every player, i have a frame with TextLabels filling with the player’s information and everytime a player joins, one of these frames gets created and added inside of the ScrollingFrame like shown here:
However, i’ve noticed that when the screen size changes, this frame doesnt get re-sized with the ScrollingFrame but instead remains the same size, or at least that’s what i think is happening. Im fine with this for the rest of the UI, but for this as seen here leads to the some of the player’s information no longer being visible (the Deaths in this case):
For bigger screen sizes it also happens that the frame doesnt fill up the rest of the ScrollingFrame.
I’ve searched everywhere and tried everything but nothing has helped me fix it so far. Please help!