PublicPlayerData

PublicPlayerData is a folder located in EasyDataStores. In here, you can add a value instence such as a number and int value to be displayed publicly in the player list (also known as a leaderstat).

Referencing to PublicPlayerData to make changes (ONLY SERVER SCRIPTS):

game.Players.{PLAYER_NAME}.leaderstats.{VALUE_NAME}

Limitation's

  • Only value types can be put in PublicPlayerData (Folders are not allowed and will be skipped)

  • You can only make changes to values though a server script. Local scripts will not save data

Feature in-progress

Video explanation is set to come soon!

Last updated