ViewportFrame WorldModel NPC will not hold a Tool

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