How do I recreate the old playerList GUI?

I need help. I am making a game that was originally made in 2013 and was deleted in 2015. I have already made the old chat bar as well as the health bar but I need to now do the playerList.

I know how to actually make a player list, but the playerList from 2014 I do not know at all how to recreate.

If anyone knows how to remake that playerList please reply, this is huge for the game I am making and this is the last step besides some scripting.

Apart from the GUI, if anyone knows how to make the actual PlayerList (ex: the people in the game, people don’t show up when they leave, shows they have premium, etc.) please reply.

I have the code for the current or recent playerList, but it’s not the same as the old one. So I am just wondering if anyone knows how to make that old GUI. Thanks.

1 Like

When a player joined/left, sort the list.

When you sort it, create a new list and get all the current player name inside it, then replace the current with the new one

2 Likes