Returns a binary string containing the values packed (that is, serialized in binary form) according to the format string fmt.
Follows the format convention of lua 5.3's
Note that you cannot save binary strings in DataStores currently.
The format string to use
Rest
The values to pack
Returns a binary string containing the values packed (that is, serialized in binary form) according to the format string fmt.
Follows the format convention of lua 5.3's
Note that you cannot save binary strings in DataStores currently.