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

getactors

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

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

Usage

Iterate actors
for index, actor in getactors() do
    print(index, actor)
end