Type Number Object Joint Library physics.* Revision Release 2025.3721 Keywords joint, motorSpeed See also object.isMotorEnabled object.motorForce object.maxMotorForce object.maxMotorTorque Physics Joints (guide)
Numerical value which specifies the rotational motor speed for a "pivot" joint, or the linear motor speed for a "piston" joint.
if ( myJoint.isMotorEnabled ) then
myJoint.motorSpeed = 100
end