I was wondering how to make a GUI like this…
-How do the elements fit perfectly in the scrolling frame with autoscale?
-How do I add another server after showing all the players in it (as it is shown in the image)?
I was wondering how to make a GUI like this…
-How do the elements fit perfectly in the scrolling frame with autoscale?
-How do I add another server after showing all the players in it (as it is shown in the image)?
An easy way to do this would be to have a main parent element with a vertical list layout and then Rows with horizontal list layouts instead of a grid.
Example:
Frame
Very good idea, thank you very much