How to make kills counter ( text Label ), which result will be the same as on the leaderboard ? I wanna make : file:///C:/Users/Sprzetowo/Desktop/jasko.pdf.png Thank u nad best regards ! -PPJASK
wait(5) -- Variables -- plr = game.Players.LocalPlayer KillCount = plr.leaderstats.KillCount -- Change this to your leaderstats killcount TextLabel = script.parent -- Change this to your text label -- Script -- KillCount.Changed:Connect(function() TextLabel.Text = KillCount.Value end)
This should work, if not, please reply and ill help further