Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.
Matias Salas edited this page Dec 26, 2020 · 2 revisions

<MODULE>/Data/Config.lua

Config = {}
Config.Test = "Example config test"

Load in a lua file

local Config = LoadModuleConfig("Data/Config.lua")

print(Config.Test) -- Prints "Example config test"

NOTE: You can see a example in @zombieoutbreak/Modules/User/Example