Config
Config = {}
Config.Debug = false
-- Command to open the rgb controller menu
Config.Command = {
Enabled = true,
Command = 'rgb'
}
-- Keybind to open the rgb controller menu
Config.Keybind = {
Enabled = true,
SpecialKey = 'LEFTCTRL',
Key = 'M',
}
-- If players should be able to change the color of their headlights
Config.AllowHeadlights = true
Last updated