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.