Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 590 Bytes

File metadata and controls

9 lines (6 loc) · 590 Bytes

Example Luau Project

This project is mainly designed for creating Luau script projects and building them into a single file for executors.

Build Instructions

  1. Download DarkLua and add it to your system environment variables.
  2. Open the terminal in the root of the project and enter .\build.bat (if you are using Linux or macOS, write your own build script similar to this.)
  3. If everything is successful in the dist folder, script.bundled.luau will appear — this is your bundled script.