Data Manipulation Tags
Feature coming soon!
Tag's are currently in version 6 but are accessed with attributes. In version 7, this will be changing to use Roblox Tags system. For now, refer to their current pages to review infomation on how additional attributes work.
What is data manipulation tags?
Data manipulation tags is a way to control how individual values and tools can and cannot be saved. This uses the Roblox Tags feature under CollectionService to identify how to save data sets.
How to use:
Available Tags:
NoDeathSave
Stops the value from saving on the players death
ALL VALUE TYPES (Hidden and Public)
NoRejoinSave
Stops the value from saving on the player rejoin
ALL VALUE TYPES (Hidden and Public)
IgnoreTool
Autodetect tools feature for CanSaveBackpack will not detect the tool this is used for
All tools when AutoDetect Tools is enabled
Experimental_Feature
This cannot be used by devs. This is for you to identify features that may be unstable or has added risks. It will also be mentioned on this docs site.
NOT DEVELOPER AVAILABLE
More data menipulation tags will be coming soon!!!
Last updated