Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to show a teams stats?

Asked by 10 years ago
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?

1 answer

Log in to vote
0
Answered by 10 years ago

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 :)

0
Thats not what I want, I'm not an idiot, I know how to make leaderboards NinjoOnline 1146 — 10y
Ad

Answer this question