Log inGet started

base64

The base64 namespace — the engine's Luau API reference for base64.

The base64 namespace — 2 functions.

globals/base64/decode

globals/base64/decode(text: string) -> (string?, string?)

Decode standard-alphabet base64 text back to the original binary string.

globals/base64/encode

globals/base64/encode(bytes: string) -> string

Encode a binary string to standard-alphabet (padded) base64 text.

  • api
  • reference