SimpleDataStores-RBLX
  • Roblox SimpleDataStores
  • Player Data
    • PublicPlayerData
    • HiddenPlayerData
    • Folder/Table Data Saving
    • SaveOnDeath and SaveOnRejoin
  • Full errors list
  • Settings
    • CanSaveBackpack
    • SaveInStudio
    • DataStoreName
    • CustomTablePropretiesSave
    • EnableEconomyTracking
    • OutputDebugging
  • Custom Data Module [🔜]
  • Newest Fix
    • LATEST VERSION
    • [COMING SOON] Version 7
    • Version 6
    • Version 5
    • Version 4
    • Version 3
    • Version 2
    • Version 1
  • Help & Feedback
    • Dev Forums
  • Deprecated
    • Data Management Team [🔜]
    • Enhanced Output Debugging
    • Modifications
Powered by GitBook
On this page
  1. Player Data

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!

PreviousRoblox SimpleDataStoresNextHiddenPlayerData

Last updated 4 days ago