Loading function...
Please make sure JavaScript is enabled. Otherwise you will be unable to see the function documentation.
Please make sure JavaScript is enabled. Otherwise you will be unable to see the function documentation.
Serialize all of the values given into a single string that can be unpacked using UnpackData. If you only want to pack a single table, consider using PackTable.
Only the following values are allowed to be serialized: boolean, number, string, and table. Do not use any tables that refer back to themselves.
Serialize the table into a single string that can be unpacked using UnpackTable. This is a lower level version of the PackData function.
Only the following values are allowed to be serialized: boolean, number, string, and table. Do not use any tables that refer back to themselves.