getexecutorversion Synchronous

Read the version string reported by the Kawaii runtime. Include this in diagnostic output when behavior may differ between Kawaii releases.

Syntax
Luau
getexecutorversion() -> string

Parameters

This function takes no arguments.

Returns

string

The version string, equivalent to the second return value of identifyexecutor.

Example

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