Instance Encode Module

Module: https://www.roblox.com/InstanceEncoder-Module-item?id=421207511

This is an alternative version to Stravant’s version that he made a while ago. This version is Table based (and can be made JSON compatible) compared to a binary system.

Pros:

  1. Updatable to latest API (script has steps)
  2. Covers all API (assuming the API dump is up to date)
  3. Able to be DataStore compatible.
  4. Can be changed the given level from a script or plugin

Cons:

  1. It is a bit slow. It does take 2 seconds to encode 4 of Quenty’s military tents 3 times in a row.
  2. No real compression of data
  3. Sizes of tables can be massive (be careful with large models)
  4. No script sources (unless you enable the security settings a plugin can use)
  5. Unions can’t be stored

Documentation is explained in the module, have fun using it.

1 Like