My Leadboard Script is like this
['LeaderboardSettings'] = { ['KOs'] = true, -- KnockOuts will show on the leaderboard ['KillsName'] = "Kills", -- What will you call the kills ['WOs'] = true,-- Wipeouts will show on the leaderboard ['DeathsName'] = "Deaths", -- What will you call the deaths ['ShowCurrency'] = true, -- Will show player's money to others ['ShowShortCurrency'] = true -- This will change a players cash from showing "100,000" to "100K"
Everything works, except the Knock Outs :( Please help me
['LeaderboardSettings'] = { ['KOs'] = false, -- KnockOuts will show on the leaderboard ['KillsName'] = "Kills", -- What will you call the kills ['WOs'] = true,-- Wipeouts will show on the leaderboard ['DeathsName'] = "Deaths", -- What will you call the deaths ['ShowCurrency'] = true, -- Will show player's money to others ['ShowShortCurrency'] = true -- This will change a players cash from showing "100,000" to "100K"