llBase64ToString
function ll.Base64ToString(Text: string): stringConverts a Base64 string to a conventional string.
If the conversion creates any unprintable characters, they are converted to question marks.
Parameters
-
Text(string)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.Base64ToString().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llBase64ToString