of     1   

rockshe1000
#139888561Thursday, July 10, 2014 5:35 PM GMT

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
smiley599
#139888825Thursday, July 10, 2014 5:37 PM GMT

while wait(2) do Player.Main.Agility.Text = "Agility: ".. Player.leaderstats.Agility.Value end
rockshe1000
#139889124Thursday, July 10, 2014 5:40 PM GMT

Smiley, thanks but that still does not fix the problem XD should I put the script in a certain place? atm its in the textlabel should I try moving it somewhere else?
rockshe1000
#139889717Thursday, July 10, 2014 5:45 PM GMT

Tried using it in workspace still does not work, anyone else got any ideas? XD
rockshe1000
#139892129Thursday, July 10, 2014 6:09 PM GMT

Anyone know the fix? XD
UgOsMiLy
#139893804Thursday, July 10, 2014 6:23 PM GMT

I think StarterGui.Main.Agility.Text = "Agility: ".. Player.leaderstats.Agility.Value should be Player.PlayerGui.Main.Agility.Text = "Agility: ".. Player.leaderstats.Agility.Value Have you defined StarterGui?
UgOsMiLy
#139893993Thursday, July 10, 2014 6:24 PM GMT

Is the "Agility" inside a frame? If not, it has to be, or text won't show.
rockshe1000
#139895792Thursday, July 10, 2014 6:40 PM GMT

Ug0 no luck with those, its still broke XD
UgOsMiLy
#139897962Thursday, July 10, 2014 6:58 PM GMT

Is the "Agility" inside a frame? If not, it has to be, or text won't show.
rockshe1000
#139898925Thursday, July 10, 2014 7:06 PM GMT

Its inside a frame XD
UgOsMiLy
#139908941Thursday, July 10, 2014 8:48 PM GMT

And the frame is in a screengui.. Right?
rockshe1000
#139909691Thursday, July 10, 2014 8:56 PM GMT

Yes it is in a screengui the label does show, and if I use the properties to add text instead of a script, it does show, but I need to use it in a script to change it automaticly.

    of     1