Hello all. I have a 2DModel, a text input, and I want some math to show in it. However when i put in my math, ( math.sqrt(math.pow(car1.linearVelocityX, 2) + math.pow(car1.linearVelocityY, 2)) ), it simply shows the whole string. How can I make it show the output of this instead of the entire thing? Attached is the code, and what is displayed.
Code:
Displayed: