VINDICTA.TOP
Actors · Function Unregistered
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

getactorthreads

Returns a list of threads that you can execute code inside of.

Unregistered
This function is not registered within sUNC, your executor may/may not have this.
function getactorthreads(): table<number, thread>table<number, thread>An array of threads available for code execution.

Usage

Iterate threads
for index, thread in getactorthreads() do
    print(index, thread)
end