Skip to main content
Returns a table of all active coroutine threads running inside parallel actor environments.

Returns

{thread} - An array of threads currently executing under actors.

Example

Roblox parallel Luau scripts run on dedicated actor threads. Use this function to inspect their execution state.