- Use
EquipToolto make the player’s character equip the tool. - Locate the automatically created ‘RightGrip’ weld inside the character’s right limb (‘Right Arm’ for R6 and ‘RightHand’ for R15).
- Cache weld’s ‘C0’ and ‘C1’ properties.
- Parent the tool to the world model’s ‘NPC’ model.
- Create a weld between the NPC’s right limb and the tool’s handle.
- Set the created weld’s ‘C0’ and ‘C1’ properties to the cached values.
2 Likes