Creating a new script #
(WIP - change the screenshots)
- In Explorer pane, pick “New File…”.
- Write
my_first_script.lua(Lua scripts require a .lua file extension!) and click Enter.
- You should now have the created .lua file open. Note that VSCodium is correctly detecting the file type to be a Lua script in the bottom right content.