Hello! So while I was making the script that was lowering a NumberValue for my game, I suddenly saw a problem.
I’m too lazy to explain it right now, so see the picture
Basically how can I make it so that it shows 91.3% instead of 91.3000000000005%?
Script:
local Integrity = workspace:WaitForChild("Values").Temperature.Integrity
while true do
script.Parent.Text = Integrity.Value.."%"
wait()
end