Skip to main content

별칭

  • runonactor

인수

Instance
필수
Actor Instance whose thread should run the source. The value must be an Instance with ClassName Actor.
string
필수
Non-empty Luau source string to run on the Actor thread.
...any
Additional values passed to the dispatched source when supported. Unsupported values are passed as nil.

예제

Run source on a resolved Actor thread.