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.