API Reference
Actor Library
Running code inside parallel Luau actors and communicating between them.
getactors(): { Instance }Returns the actors currently present in the game.
run_on_actor(actor: Instance, source: string, ...: any): ()Executes a chunk of source inside the given actor.
create_comm_channel(): (number, BindableEvent)Creates a channel for passing values between actors.