Removing decimals in a value

So, I have this helicopter with a HUD or, heads up display.

And basically, I want to cut off all the decimals in the values for, ex; altitude, or indicated air speed.
Look at the values in the video, it has a ton of trailing decimal numbers.

How do I remove it?
Thanks,
ā€“ Luke

Try using:

math.floor(NUMBER)
1 Like

It worked! Thanks so much!
[Character limit]

1 Like