So I am trying to make a textlabel show a value of a leaderscript, hres my code, evertime I try it, it decides not to show anything that I say it to show,
this is the code I am using :/
while wait(2) do
StarterGui.Main.Agility.Text = "Agility: ".. Player.leaderstats.Agility.Value
end
As you can see I am also auto updaating the code for it to stay with the leaderstats
so anyone know why its not working? XD |