Characters Motor 6D hand is offset from where I want it

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.
Screenshot 2023-11-26 190607

Screenshot 2023-11-26 190557

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.
1 Like

did you name the attachment of the gun the same as the attachment on the hand? if not then you should name it the same for it to work. if the attachment of the hand is offset, try to move it to the center of the hand