๐ฒGetting started
Guide to writing Lua scripts for Untitled Project
Using Lua scripts
Save your Lua script in the Lua\Scripts folder, then run the executable.
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++
You should keep most of your scripts functions and variables as local to avoid collision with other scripts. Global variables should only be used to write libraries or scripts that interact with each other.
๐ฐ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