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
  • The following is saved by default/mandatory:
  • Limitations:
  1. Player Data

Folder/Table Data Saving

PreviousHiddenPlayerDataNextSaveOnDeath and SaveOnRejoin

Last updated 5 days ago

Folder/Table Data Saving allows you to save a set to data which can be added into the folder and removed from the folder at any time while the game as well as in studio to allow for defaults.

When using Folder/Table Data Saving, Proprieties' can also save while using this feature.

The following is saved by default/mandatory:

  • ClassName (Instance Type)

  • Name

  • Children (Instances that are parented to what is being saved)

Additionally, You can also save custom properties such as position, image, text and more. If an instance does not have that propertie then the system will automatically ignore it. This is also good for keeping control over your data size to avoid exceeding Roblox's data size limit of 4MB. Learn more here:

Limitations:

  • You cannot save the contents of your scripts, I would recommend using work arounds if needed such as having it pre-written in a string value

  • The more that is in a folder and the more properties you are trying to save, The more bytes you are using up which could lead to you reaching the 4MB limit (However is very difficult)

  • This feature is exclusive to HiddenPlayerData, You cannot use this in PublicPlayerData

Feature in-progress

Video explanation is set to come soon!

CustomTablePropretiesSave