Body Node Slot
Body Nodes
Body Node Slot is a ProtoFlux node that takes a user and reads their currently worn avatar's Biped Rig Component For the slot that matches the provided Node (BodyNode).
In simpler terms, it will return their upper left arm slot if given a BodyNode with the value "LeftUpperArm" and they are a humanoid.
Inputs
Source (User)
The user to find a body part slot for.
Node (BodyNode)
The body node to find a slot for on Source (User).
Outputs
* (Slot)
The slot on the Source (User) that is mapped to Node (BodyNode) in the Biped Rig Component.
Examples
-
Example of the Body Node Slot node being used in an item attacher system.