GUI text elements

Hello, I’m currently working on a Roblox game and am creating a matchmaking system. I am currently using a GUI to list each player and their level when they press play. However, I wanted to use UIListLayout to organize it in a list, in the scrolling frame. However, the level and name are separate text labels. How would I keep them on the same row for each player? Right now, the level and name for each player are put on separate rows.

Sorry if this doesn’t make sense. Let me know if you need clarification.

Place both the level and the name of the player adjacent inside of a frame. Then the UIListLayout will sort the frames. Name the frame after the player’s UserId or Username and have the SortOrder be Custom instead of Alphabetic.

1 Like

Oh, I hadn’t thought of that. Thank you!

1 Like