rba_execute_file
Run a Lua file from the workspace in Roblox. Use eval mode to receive structured execution results or send mode for fire-and-forget execution.
Instructions
Execute a workspace Lua file in Roblox, either fire-and-forget send or eval with structured results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | eval | |
| path | Yes | ||
| label | No | ||
| target | No | ||
| timeoutMs | No | ||
| syntaxCheck | No |