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.