Scripting Overview โ
Foxel uses Lua for scripting.
Scripts can be used to automate tasks, build custom tools and workflows, and access many parts of Foxel directly through code. Most actions that are available in the user interface can also be performed through the Foxel API.
This section explains how to create, edit, write, and execute scripts in Foxel. For full reference documentation of the available modules and functions, see the API documentation.
Related Topics โ
Creating and Editing Scripts
Learn how to create scripts, manage them, and work with an external editor.Writing Scripts
Learn the basics of writing Foxel scripts, including how to access the API and use log output while developing.Executing Scripts
Learn how to run scripts, including assigning them to buttons.Running Scripts from the Command Line
Learn how to execute scripts from the command line for automation and advanced workflows.