EntFreeJoint

Free Joint
Joint that can rotate in all / certain angles

ID: EntFreeJoint
Base Type: Entity Component

Values

NameTypeDescription
Connected ToTransform Part Variable
Connected FromTransform Part VariablePart in this Entity to connect. If left blank it will use the top transform in this entity.
Collide With ConnectedBool Variable
OffsetVector3 Variable
XMotionEnum VariableThe motion type that influences movement on the X axis. Free alows unrestrained movement on the X axis, Limited alows for movement within the Linear Limit, and Locked prevents all movement on the X axis.
YMotionEnum VariableThe motion type that influences movement on the Y axis. Free alows unrestrained movement on the Y axis, Limited alows for movement within the Linear Limit, and Locked prevents all movement on the Y axis.
ZMotionEnum VariableThe motion type that influences movement on the Z axis. Free alows unrestrained movement on the Z axis, Limited alows for movement within the Linear Limit, and Locked prevents all movement on the Z axis.
Linear LimitNumber VariableThe range of movement allowed on Limited axes. This value is used for both positive and negative movement. - m
Angular X MotionEnum VariableThe motion type that influences rotation along the X axis. - Defaults to Free
Low Angular X LimitNumber VariableThe minimum limit for X axis rotation. Cannot be higher than the High Angular X Limit. - degrees
High Angular X LimitNumber VariableThe maximum limit for X axis rotation. Cannot be lower than the Low Angular X Limit. - degrees
Angular Y MotionEnum VariableThe motion type that influences rotation along the Y axis. Free alows unrestreained rotation on the X axis, Limited alows for rotation between the High and Low Angular X Limit, and Locked prevents all rotation on the X axis. - Defaults to Free
Angular Y LimitNumber VariableThe range of rotation allowed on the Y axis. This value is used for both positive and negative rotation. - degrees
Angular Z MotionEnum VariableThe motion type that influences rotation along the Z axis. Free alows unrestreained rotation on the Z axis, Limited alows for rotation within Angular Z Limit, and Locked prevents all rotation on the Z axis. - Defaults to Free
Angular Z LimitNumber VariableThe range of rotation allowed on the Z axis. This value is used for both positive and negative rotation. - degrees