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.
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.
| Parameter | Type |
|---|---|
source | string |
...args | CrossStateValue |
Argument fields
Luau
CrossStateValue = nil | boolean | number | string | Instance | {[CrossStateValue]: CrossStateValue}Returns
()This function returns no values.