HingeJoint:setMaxMotorTorque
EditSets the maximum amount of torque the motor can use to reach its target, in newton meters.
There are separate limits for each direction the hinge can move. They're usually kept the same, but one of them can be set to zero to make a motor that can only push in one direction. Note that both limits are positive.
HingeJoint:setMaxMotorTorque(positive, negative)
Arguments
Name | Type | Default | Description |
positive | number | math.huge | The maximum amount of torque the motor can use to push the hinge in the "positive" direction, in newton meters. |
negative | number | positive | The maximum amount of torque the motor can use to push the hinge in the "negative" direction, in newton meters. |
Returns
Nothing