batch_operations
Execute multiple Roblox Studio operations in a single request to reduce round-trips. Supports setProperty, createObject, deleteObject, reparent, and clone actions.
Instructions
Execute multiple operations in a single round-trip. Each operation has a type (setProperty, createObject, deleteObject, reparent, clone) and corresponding data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Array of operations to execute |