Folder/Table Data Saving
Last updated
Last updated
This feature is a bit more advanced and technical. Please be careful when using this!
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. It is mandatory that the following is saved:
ClassName (Instance Type)
Name
Children (Instances that are parented to what is being saved)
Additionally, You can also save custom proprities such as position, image, text and more. If an instance does not have that propriety then that propriety will automatically be skipped. This is also good for keeping control over your data size to avoid exceeding Roblox's data size limit of 4MB. Learn more here:
You cannot save the contents of your scripts, I would recommend using work arounds if needed
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