Data Manipulation Tags

Feature coming soon!

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:

Tag Name
Function
Available For

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