Where can I find the 2017 player list?

Where can I find the 2017 leaderboard/player list? I’ve searched across many archives, yet I can’t seem to find it. Also, for those of you who believe that the answer to this question can be found on the DevForum, I want to give you the following link to disprove you, as this is the closest thing to an “answer” on the site: Searching for 2014 CoreGui elements! . Please don’t tell me it’s impossible, as it was once in the coregui.

Do you have a reference picture, it would be easier for people to find rather than just saying 2017 leaderboard.

I apologize for that. Here is the reference image.

I think the only way would be to get a file or model of it that someone might have, otherwise you probably can’t. Try searching through google or roblox library to see if anyone copied it.

i probably have it then, ill search around on my old places.

Yeah probably not possible to get, even going through my places back in 2012 are updated to the current one already. Id say the only way to get it now is actually scripting it yourself.

Roblox removed it because it was inefficient, I’m assuming you want to use it for nostalgic reasons which is fine, just know it was deprecated for a reason of it not being good enough.

Anyways to answer your question, you’d most likely have to create your own. I remember malicious free models that had fake leaderboards (from the 2017 era), but odds are you’d be better off making your own.

Regardless of age, Roblox will automatically replace the player list. I use a way to copy the contents of CoreGui, so a random person just had to do the same three years ago.

Also, I’ve looked through google many times, yet I can’t find a copy.

I doubt a copy is going to be available. If you really want to go back to it, just disable the new leaderboard and make your own copy of the old leaderboard and implement it. Using 1.

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false) or if you want to replace more of the CoreGuis with older (custom) ones you can find more info here: Disabling Default UI Elements | Roblox Creator Documentation

You can disable the default leaderboard with this and then insert your own custom one, a remake of the 2017 version. It should honestly be super simple to make as it is only a block with some white text.

This?

Yes, that is what I referred to! Could you possibly contact me via DevForum PMs?

1 Like