Hide data from the Leaderboard

  1. What do you want to achieve? Keep it simple and clear!

I can somehow remove leaderstats data (for example, coins) from the players table so that the quantity is not displayed there. I just want to output data to another GUI? Or can I somehow hide the players table?

  1. What is the issue? Include screenshots / videos if possible!
  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

Keep the player’s coins on the server using a dictionary, and then you can just set the leaderstat value to 0 or - when you want to hide it.

You can also completely disable the player list when your GUI is open: StarterGui | Documentation - Roblox Creator Hub

1 Like

I just put the values in another folder with a different name than leaderstats idk if that will delete the datastore of something that was moved from leaderstats to a different folder inside the player but i know that you can store data in folders inside the player without the name needing to be called leaderstats

1 Like

You could simply not put the coins in leaderstats

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.