Parent Userdata Library physics.* Revision Release 2024.3703 Keywords physics, joints See also Physics Joints (guide) physics.newJoint()
Joints can be used to assemble complex physical objects from multiple rigid bodies. For example, joints can be used to join the limbs of a ragdoll figure, attach the wheels of a vehicle to its body, create a moving elevator platform, and more. All joints are created using the physics.newJoint() constructor.
Please refer to the Physics Joints guide for details on the setup and configuration of each joint type.
(Inherits methods from Userdata)