LuaStateProxy:Execute Asynchronous

Starts a separate coroutine synchronously until it completes or yields; later work can continue. Caller does not yield or receive chunk results.

Syntax
Luau
LuaStateProxy:Execute(source: string, ...args: CrossStateValue) -> ()

Parameters

Call this method with a LuaStateProxy receiver. The colon supplies self implicitly; a dot call must pass the receiver explicitly.

Function parameters
ParameterType
sourcestring
...argsCrossStateValue

Argument fields

CrossStateValue fields
Luau
CrossStateValue = nil | boolean | number | string | Instance | {[CrossStateValue]: CrossStateValue}

Returns

()

This function returns no values.

Kawaii documentation