execute_luau
Run Luau code inside Roblox Studio to modify the DataModel. Returns the last expression's result.
Instructions
Execute arbitrary Luau code in the Studio plugin context. Returns the result of the last expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Luau source code to execute in the plugin context |