local val = script.Parent local gui = val.Parent val.Value = .2 gui.Text = val.Value --the text is .200000999 or somehting like that
val is a NumberValue. Can someone help me please? I need the text or value to be exactly .2
I'm a little bit stumped about this. Try 0.02 if you are aiming for that. (0.02 < 0.2 = 0.20 if you dont' know decimal numbers, which i'm pretty sure you do) or 0.20000000000 (the same amount of 0's that was shown on there)