Blueprint
This class provides instructions to build a Ragdoll.
Types
SocketSetting
type
SocketSetting =
{
MaxFrictionTorque:
number
,
UpperAngle:
number
,
TwistLowerAngle:
number
,
TwistUpperAngle:
number
}
Each Field corresponds to a property of a BallSocketConstraint.
Properties
numJoints
Blueprint.numJoints:
number?
Number of joints your character model has.
TIP
Putting an accurate number can improve the performance of ragdoll construction slightly, although it isn't necessary.
socketSettings
Used to describe the range of motion of each joint within the ragdoll. Each string must refer to a Motor6D or AnimationConstraint within the character type this blueprint describes by name.
cframeOverrides
Used to change how joints connect their parts on the ragdoll. Each string must refer to a Motor6D or AnimationConstraint within the character type this blueprint describes by name. For example, in the R6 blueprint the shoulders are overridden to attach the Arms to the Torso the same way the Upper Arms are attached to the Upper Torso in R15 Characters.
lowDetailModeJoints
Blueprint.lowDetailModeJoints:
{
[
string
]
:
boolean
}
?
Describes which Joints will be activated in low detail mode.
Functions
satisfiesRequirements
Returns whether the model can be properly constructed using this blueprint.
finalTouches
Apply final touches to the ragdoll. For example, in the R15 blueprint some extra NoCollisionConstraints are added to make the ragdoll physics flow smoother.