Kills Counter System





Last updated






Last updated
Config = Config or {}
---------------------------------------------------------------------------------------------
-- Discord Configuration
---------------------------------------------------------------------------------------------
Config.UseDiscord = true
Config.DiscordWebhookURL = "YOUR_WEBHOOK_URL"
Config.DiscordEmbedColor = 16711680 -- red by default
---------------------------------------------------------------------------------------------
-- Local Values [DONT EDIT/TOUCH]
---------------------------------------------------------------------------------------------
Config.DiscordLeaderboardUpdateInterval = 15 * 60 * 1000 -- 15 minutes in ms