I agree. That would be useful.
To set the overall velocity you’d have to do something like:
Set velocity to
100*cos(angle(0,0,self.physics.velocityX, self.physics.velocityY)),
100*sin(angle(0,0,self.physics.velocityX, self.physics.velocityY))
Where 100 is the speed you want to use.