rba_run_script_capsule
Run Roblox script capsules with permission checks and preflight validation. Blocks execution if required permissions are missing, preventing unauthorized Lua from reaching clients.
Instructions
Preflight, permission-check, optionally snapshot, and then dispatch a script capsule. Missing required permissions block the run before any Lua reaches a client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| mode | No | eval | |
| target | No | ||
| timeoutMs | No | ||
| syntaxCheck | No | ||
| snapshotBeforeRun | No |