This is a script in server script service.
KMH is the speed of the car, but when it print(“KMH”) it would print the speed of the car and KM/H how can I remove the KM/H and it only printing the speed?
game.ReplicatedStorage.con.OnServerEvent:Connect(function(player, KMH)
task.wait()
print(KMH)
What it prints:
How do I remove the KM/H piece?