Lua Variable
Lua Variables are variables created in Lua scripts. They are not persistent as opposed to Object Variables and get destroyed on server shutdown or restart. Read and write operations on them are synchronous and much faster than the same on Object Variables.