getexecutorversion Synchronous
Read the version string reported by the Kawaii runtime. Include this in diagnostic output when behavior may differ between Kawaii releases.
Luau
getexecutorversion() -> stringParameters
This function takes no arguments.
Returns
stringThe version string, equivalent to the second return value of identifyexecutor.
Example
Luau
print("Kawaii version:", getexecutorversion())