local player = game.Players.LocalPlayer script.Parent.Text = player.leaderstats.KOs.Value player.leaderstats.KOs.Changed:connect(function() script.Parent.Text = player.leaderstats.KOs.Value end)
Hi, I have this script that shows a players KOs in a game on a GUI, but I want it show the teams total KOs. I have two teams, red and blue. How could I edit this to make show the total teams kills?
easy it's leader board, go to tool box and where you see your models it ses at bottom gameplay click it and there's a script called leaderboard, do not press it too much times or when you die the number of how many times you pressed leader board is how much WO's or KO's you get :)