Instance Serialization

Module for serializing Instances into very small text.
So you can copy and paste somewhere and load your asset.

Get it in my github:
loglizzy/Roblox-Instance-Serializator: Serializes instances into loadable text with high size eficiency.

Posting it here just so it could help somebody needing something like that(even tho i don’t recommend using it for anything serious)

6 Likes

From what I’m seeing it doesn’t have data loss or bugs right?

1 Like

There does, try serializing an R6 character i think it’s still bugged.
Im remaking it without the crappy DumpParser and with very clean code structure