Bug with UIScale.Scale = 0

Whenever i print or check if the value of a UIScale.Scale is zero it prints this:
image

However this doesnt happen to any other value (i think)

image

Even if UIScale is inside a GuiObject it still behaves the same way

I can work around this problem but its still kinda frustrating :disappointed_relieved:

2 Likes

I think this has to do with how the CPU calculates with numbers. Because your number is really low
(0,0000001…) it rounded down to 0. You can’t do anything about it so don’t worry about it.