getexecutorversion Synchronous
Get just the Kawaii version string. This is the shorter form of the second result from identifyexecutor.
Luau
getexecutorversion() -> stringParameters
This function takes no arguments.
Returns
stringThe 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
Luau
print("Kawaii runtime version:", getexecutorversion())