of     1   

cool_riki2321gamer
#183438122Friday, February 12, 2016 5:46 PM GMT

So i have this little localscript on a textlabel... local player = game.Players.LocalPlayer while true do script.Parent.Text = "Rock : "..player.leaderstats.Rock.Value.." Wood : "..player.leaderstats.Wood.Value.." Hunger : %"..player.leaderstats.Hunger.Value.." HP : "..player.Character.Humanoid.Health wait() end Ingame. the health output (i'm damaging myself to have 71 Health) the Text is like this Rock : 0 Wood : 0 HP : 71.244514465332
cool_riki2321gamer
#183438189Friday, February 12, 2016 5:48 PM GMT

I think of a better method! Making a int value that gets updated with player health. so it doesn't glitch.
LongKillKreations
#183439963Friday, February 12, 2016 6:24 PM GMT

math.floor(player.Character.Humanoid.Health)

    of     1