Help
I'm trying to add a KO/WO leaderboard to my Capture the Flag game, but it's being overwritten by the existing game manager scripts.
The leaderboard script:
print("LinkedLeaderboard script version 5.00 loaded")
stands = {}
CTF_mode = true
function onHumanoidDied(humanoid, player)
local...