Configuration
The file custom/shared/config.lua
file serves as the central hub for configuring the script. Each setting is accompanied by a detailed explanation of its purpose and is preloaded with default values for ease of use.
Custon minigames can be implemented in the
custom/client/minigame.lua
file and settingConfig.Minigame = "custom"
in config.lua.Custon skill systems can be implemented in the
custom/client/skill.lua
file and settingConfig.SkillSystem = "custom"
in config.lua.Custon notifications can be implemented in the
custom/client/notifications.lua
file and settingConfig.NotifyFramework = "custom"
in config.lua.
Last updated