• 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.

    Parameters

    • fmt: string

      The format string to use

    • Rest ...value: unknown[]

      The values to pack

    Returns string