-
What do you want to achieve? Hello there! I’ve recently been working on trying to add an AFK Line board to one of the groups I’m working for. In doing this, I came across a problem, in that the Frames within a UIGridLayout inside of a Frame container wouldn’t scale properly: I need it so that the frames inside should look like this to start with:
However, after there should be a maximum of six frames on each line and should go like this:
Therefore, as more of those frames are added, they should start automatically sizing and trying to fit in the Frame container.
The structure of what I am dealing with is below:
-
What is the issue? The frames don’t seem to automatically scale in any way to what I want it to do.
-
What solutions have you tried so far? I’ve looked beforehand, yes, and tried those solutions, to which obviously got me nowhere otherwise I wouldn’t be here right now; tried using some scripts to help which didn’t get far (I thought it could be achieved without scripts somehow).
So yeah, the board in itself doesn’t look like an AFK line as of yet: it was sent to me by one of the developers from the team. I will transform that later, but yeah, I need to basically add more player head icons onto there as more people go on the AFK line (which will be in our game and I can sort out that, just the sizing needs doing).