📲Getting started

Guide to writing Lua scripts for Untitled Project

Using Lua scripts

  1. Save your Lua script in the Lua\Scripts folder, then run the executable.

  2. Type your Lua script name in with the respected file extension.

Text editor

The best text editors make it simple and easy to code without formatting issues corrupting your script.

Text editor
Link

🥇Visual studio code

🥈Sublime Text

the API automatically includes the base, package, coroutine, string, math, table, debug, bit32, utf8, ffi, jit and os library for ease of use!

🔰Beginner's guide

If you're new to Lua scripting, we'd recommend to take a look at the «Lua in 5 minutes» guide

Last updated