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)
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
For the players, you can employ UIListLayouts
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.