Simple hello world using lua with mGBA.
- Get the
HelloWorld.luafile from this repository. - Open mGBA.
- Click
Tools > Scriptingto open the Scripting window.
- In the scripting window click
File > Load scriptto bring up the file picker dialog.
- Select
HelloWorld.luafrom where you saved it.
- The Hello World script will automatically run to display the "Hello World" message.

Scripting documentation can be found on the mGBA Scripting Docs page.
The console:log documentation used in this demo is found under the console documentation section.