How do I convert the speed X, Y and Z to a single speed value with a specific unit of measure type Km / s?
Get velocity returns a Vector. From which you can “Get Lenght”, the resulting float is the velocity in Cms/sec (I think.)
Thanks, worked!