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

HiddenPlayerData

HiddenPlayerData allows you to be able to save and retrieve player data without it appearing in the playerlist/leaderstats. Useful for creating player settings or even just hidding statistics for only the player to see.

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

game.Players.{PLAYER_NAME}.{VALUE_NAME}

Limitations

  • Only all value types and folders are allowed. Anything other then that 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!

PreviousPublicPlayerDataNextFolder/Table Data Saving

Last updated 4 days ago