run_lua_script
Execute custom Lua scripts in Aseprite to automate pixel art tasks beyond standard tools, using the full Lua API.
Instructions
Execute arbitrary Lua code inside Aseprite. Use for operations not covered by other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | Lua code to execute. Has access to full Aseprite Lua API. |