Currently have a local script which gets the players value of a leaderstat and displays it on a textlabel, right now my script looks like:
while wait(0.1) do
script.Parent.Text = game.Players.LocalPlayer.extrastats.ServerKills.Value…"/ 10"
end
Though im wondering if theirs a better way to do this as im unsure if doing a while wait loop is best for performance after looking online