I've made a quick Text UI using Every tick-> Set text to: "Speed: " & Player.Car.Speed but It brings numbers with many decimals ex: Speed is 123.4567889. But If I want to display just speed 123 and when it transforms to speed 124, I want no decimals displayed. How can I do that?
And let's say when it goes from speed 110 to speed 62 let's say, I don't want it do be displayed as 062 neither.