Long story short, I have a UI input field that I have set to only accept decimal inputs. When I go to access this input through code its type is string. How can I make this input a float or int so I can use math functions with it (add, subtract, multiply, divide, ect.)