rba_execute_bundle
Execute multiple workspace Lua files sequentially with syntax checks, delay control, and stop-on-error to ensure reliable Roblox script deployment.
Instructions
Execute multiple workspace Lua files in order with syntax checks, optional delay, and stop-on-error control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | send | |
| files | Yes | ||
| target | No | ||
| delayMs | No | ||
| timeoutMs | No | ||
| stopOnError | No | ||
| syntaxCheck | No |