Do you want to be effective with Lua tables?
This is a basic Lua library for copying, finding elements and making constants in Lua tables.
- Download this repository.
- Unzip the file and move the folder into your script's directory.
- Add
require("TableUtils")()
to the top of your script in lua.
Read the documentation here.