Im here just to ask how i can use lua console
The common console (not the lua one) have some predefined commands, you can type help on it and it will list all commands with a brief explanation of what they do.
The lua console, that can be open with the debug tools activated through the blue “>” icon, is a place where you can write actual code, that will be executed right there, like a programmer would do
Thanks BrunoSupremo