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
  • SaveOnDeath and SaveOnRejoin:
  • Additional Details:
  1. Player Data

SaveOnDeath and SaveOnRejoin

SaveOnDeath and SaveOnRejoin:

With any value or folder in both PublicPlayerData or HiddenPlayerData, you can use attributes to have more control over how your player data is saved. You can now simply add a boolean attribute called "SaveOnDeath" and/or "SaveOnRejoin".

Attribute
If TRUE [DEFAULT]
If FALSE

SaveOnDeath

The value or the contents of a folder WILL save when the player dies and respawns

The value or the contents of a folder WILL NOT save when the player dies and respawns

SaveOnRejoin

The value or the contents of a folder WILL save when the player leaves and will be successfully retrieved when they rejoin the game

The value or the contents of a folder WILL NOT save when the player leaves and will be successfully retrieved when they rejoin the game

Additional Details:

  • If you do not implement these attribute's then don't worry as the game will automatically set them to TRUE.

  • When you implement these attribute's, ensure that they are boolean values or else you may run into errors or unexpected behaviour!

Feature in-progress

Video explanation is set to come soon!

PreviousFolder/Table Data SavingNextFull errors list

Last updated 5 days ago