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
  • How to use:
  • Limitations:
  • Possible Errors
  • This setting is used for and in relation to the follow page:
  1. Settings

CustomTablePropretiesSave

CustomTablePropritiesSave feature allows you to specificy what proprities of an instence saved in a folder (in HiddenPlayerData) is saved. As a mandatory and cannot be set or removed from this setting are the following proprities:

  • Class Name (Instance Type)

  • Name

  • Children (Instances parented to instances in the folder)

How to use:

  1. Add an instance inside the CustomTablePropretiesSave setting

  2. Name that instance the name of the property you want to be saved when saving children of a folder

Now the game will save children of a folder thats inside of HiddenPlayerData. If the instance does not contain that property then it will not attempt to save it and move onto the next.

Limitations:

  • You cannot save the contents of a script

  • The name must be exactly the same as how the propriety is spelled

  • Errors may not return to the output if something is named incorrectly. If a property is not saving then you may have named it incorrectly

Possible Errors

Error
Reason
Solution

Failed to set property ... on ...

DataStores retrieved infomation to set an instance property but the script is unable to

Likely a read only property so remove it from CustomTablePropritiesSave folder in Settings.

This setting is used for and in relation to the follow page:

Feature in-progress

Video explanation is set to come soon!

PreviousDataStoreNameNextEnableEconomyTracking

Last updated 5 days ago

Folder/Table Data Saving