Skip to main content

별칭

  • runonthread

인수

thread
필수
Target Luau thread used to run the source.
string
필수
Non-empty Luau source string to run on the target thread.
...any
Additional values passed to the dispatched source when supported. Unsupported values are passed as nil.

예제

Run source on a target Luau thread.