Roblox Leaderstats

How would I disable the roblox default leaderboard (leaderstats)
not the playerlist just the leaderstats?

I want to keep the playerlist but want to remove the leaderstats. And no I can not remove everything from the leaderstats folder because my custom money system uses it, and it is the only thing Adonis Admin system works with.

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)

In a local script
Edit: Sorry, someone already said this

I don’t think you read my whole post. I need to keep the Playerlist but remove the Leaderstats part of the Leaderboard.

I don’t think you read my whole post. I need to keep the Playerlist but remove the Leaderstats part of the Leaderboard.

I don’t understand what this means.

It means he wants no STATS, like coins, etc etc. Only the playerlist

I want to keep the default playerlist but I only want to remove the “leaderstats” part of it. I have a money system that interfaces with the leaderstats so it cannot be removed, but I do not want to display the leaderstats. What Cyafu said.

Alright, sorry. You can just make the leaderstats folder non Archivable or something like that.

This did not work. Thanks though. If anyone else has an option please help.

just name the leaderstats folder to something NOT leaderstats and just refer the the folder when doing anything with stats as the leaderstats only appear if the folder is named exactly leaderstats

1 Like

I cant do that because then I cant edit stats with Adonis Admin. Although I have found a solution. I will just use a custom playerlist.