Help With Making a Leaderboard

Want: Leaderboard like the ones in the pictures.

Info: The number of players there are, the number of slots there are. I know how to script all of the information on the UI

Problem: I do not know how to go about making the leaderboard so the number of players there are, the number of slots there are and does not change the top or bottom (Black UI)

Pictures:
Screenshot 2024-07-26 091001


1 Like

Have a main background and two separate frames which resembles each team. Then, we can mess with the anchor points and the Position of the frames to have them separate at the middle of the main background. Here’s the property of the frame

For the other frame we just change the anchor point of Y to 0

image

For the players, you can employ UIListLayouts

image

If you want it to resize based on the amount of Players then you would probably have to mess with the AutomaticSize property of the frames, or code the size changes yourself.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.