Roblox Instance & DataTypes Converter/Serializer

A serializer that i recently made that converts Instances to tables and some datatypes to strings.

1 Like

The model is offsale

character

2 Likes

Serialization is a interesting concept to me, so I’d like to see where this can go.

Can you make a list of things that can and can’t be serialized?

3 Likes

Some DataTypes cant be serialized but u can add it by yourself on the InstanceConvert script just by adding it to datatype table and then on .Decode make a support using roblox options or jsondecoder to strings to CFrames por example, Any instance and datatype (thats on the table) should serialize exept for the datatypes that are on serialized instances, datatypes like “FrontSurface”.