run_script
Execute Lua code within the Roblox client to automate tasks, modify game behavior, or test scripts directly in running game instances.
Instructions
Execute arbitrary Lua code in the Roblox client
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The Lua code to execute |