Hello, I’m trying to make my characters hand go to the exact position where the attachment is, seen here, I am using Motor6D’s for each hand, left and right.
This is the point where I want the left hand to go to.
Default position.
Left hand position not in the correct spot, instead is way behind towards the handle of the weapon, but for some reason it is very offset.
--The code that fires on equip.
local LeftHandPos = Tool.Handle.LeftHandPoint
LeftHand.C0 = LeftHandPos.CFrame -- Set C0 position.