Customization
Can I customize the HUD elements?
Config.HUDElements = {
["ServerInfo"] = { top = 1, left = 81, active = true, disabled = false },
...
}Can players customize the HUD color individually?
Config.HUDColor = "255, 95, 0" -- r, g, bHow do HUD presets work?

Last updated