๐Ÿ“ฒ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

๐Ÿฅ‰Notepad++

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