Roblox Run Code
roblox_run_codeSend and execute Luau code within Roblox Studio using edit or playtest modes, with configurable wait for response.
Instructions
Send a Luau code execution request through the Studio-side companion runtime boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Luau code to execute through the Roblox runtime bridge. | |
| mode | No | Execution mode for the runtime request. | edit |
| waitForResponseMs | No | How long to wait for a runtime response before returning queued status. |