And yes, I am using it for comparisons so Lua won't automatically convert it.
0
tostring(123) - converts the given number to a string. tonumber("123") - converts the given string to a number, if the string doesn't resemble a number, the function will return nil.xInfinityBear1777— 3y