Template for writing programs in pilot.lua
- Full code completion using Luau LSP and autopilot.lua
- Code formatting and linting using StyLua and Selene (Requires extension)
- Compiles into a single, obfuscated script ready for microcontrollers using darklua
Click the "Use this template" button or download this repository wherever you like.
To build:
- Install aftman
- Run
aftman install
to install dependencies - Build the project with darklua
darklua process src/init.lua build/bundle.lua
> successfully processed 1 file (in 7.6709ms)
The file will be written to build/bundle.lua
.