Best practice to store global variables?

Hey guys,

I want to store some data such as offsets, zones, etc. I want to store them in global variables or similar concept.

What are the best practice and how can I retrieved them in Lua?

You can store these as Custom Settings and then retrieve them in Lua using the env() function.