This tutorial shows how to create a basic hello world script, and is the start point for the Lua scripting tutorials.
This tutorial demonstrates the usage of variables in Lua on Visual RPG Studio.
This tutorial cover how to uses if statements, elseif statements, and local variables in Lua.
Cover how to make a function in Lua.
Show how to put parts of text together in Lua.
This tutorial show how to uses for loops and while loops in Visual Lua.
Tutorial shows how to create an array and uses it in a for loop. Array are also called tables in Lua.
Learn how to create an use inline classes.
Show how to create and use a class in Lua.
Learn how to create a counter using a timer. Also explains how to remove a timer.