[HELP] - How Do I Make A GUI Like This?

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)?

4 Likes

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

  • SectionHeader
  • Row
    —Entry
    —Entry
    —Entry
  • Row
    —Entry
    —Entry
  • SectionHeader
1 Like

Very good idea, thank you very much