getexecutorversion Synchronous

Get just the Kawaii version string. This is the shorter form of the second result from identifyexecutor.

Syntax
Luau
getexecutorversion() -> string

Parameters

This function takes no arguments.

Returns

string

The reported version as a string.

Usage notes

Use it for diagnostics or a version label; do not assume it identifies the Android app package version.

Example

Example
Luau
print("Kawaii runtime version:", getexecutorversion())
Kawaii documentation