I have a gui which show current Health points.
So I wrote ,
healthvalue.text = Status.curhp.ToString();
But if I take 0.5 or 0.001 damage, I don’t want to show it.
But now, it shows like 87.03141
How to erase .03141 ?
But only showing purpose.
Another var stores that exact life values.