Is this Possible with CoreGui?

Hello I am wondering if it is possible to Make it Not show my leaderstats with coregui, Like I still have my leaderstats but it just hides it on the leaderboard
thanks!

Dont name the leaderstats folder as leaderstats if you do not want it to show on the player list

1 Like

As OnceCrowned said, you can store your value instance where ever you want in the player. For example, you could make a new folder called “Data” in each player, and instead of storing the values in the leaderstats folder you could just store them in the “Data” folder.

You can also hide the leaderboard entirely with
StarterGui.SetCoreGuiEnabled:(Enum.CoreGuiType.PlayerList, false)

https://developer.roblox.com/en-us/api-reference/function/StarterGui/SetCoreGuiEnabled