Skip to main content
Returns an array table of Luau threads from the actor thread list. The function takes no arguments. It reads the actor list bounds from ScriptContext, walks each actor state entry, decrypts the stored global state into a Luau thread, and includes only entries that are valid threads.

Syntax

Aliases

  • getactorstates

Returns

Example

List Luau threads from the ScriptContext actor state list.