Run RPC pipeline
batchExecute up to 50 Roblox client operations in a single round trip, sequentially or in parallel, with optional stop-on-error to debug efficiently.
Instructions
Run up to 50 supported client operations in one round trip, sequentially or concurrently, with optional stop-on-error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | sequential | |
| clientId | No | Connected client id; defaults to active client | |
| timeoutMs | No | ||
| operations | Yes | ||
| stopOnError | No |