batch_execute
Execute multiple Roblox Studio commands sequentially in one batch operation, with optional error handling to continue or stop on failures.
Instructions
[PRO] Execute multiple commands in a single batch. Each command is an object with "tool" name and "args". Commands execute sequentially; optionally continue on error.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of commands to execute sequentially. Each command specifies a tool name and its arguments. | |
| stopOnError | No | If true, stop executing remaining commands when one fails. Default: true. |