Hello. I am trying to script a custom leaderboard that works just like the classic roblox leaderboard but with extra symbols and stats on it. I normally can script that but I also want it to work with teams and I have no idea how I can implement that in script or gui. How can I order players according to their teams like regular roblox leaderboard does? Thanks in advance.
1 Like
Just make a gui template which provides a visual table for each team and implement every symbols etc. you want. Then get the player and its according team (player.Team) and clone the matching ui object into your custom leaderboard.
I don’t understand how I should set up the GUI for teams