I am trying to make a script for dual wielding weapons and I need to use welds and CFrames for the left hand item. I looked at multiple posts and support pages and cant get it to work.
I managed to get it to move down to a point low enough in the arm, the issue is when I try and rotate it, the model gets moved over 100 studs away from the arm???
Tried that and it started moving my character around even with all collisions off. If you can provide a version that works using WeldConstraints Ill happily use that.
It says that there is a newer system in place which don’t require you to set positions manually. You should take a look here and see if you can get weld constraints to work: WeldConstraint | Documentation - Roblox Creator Hub
Instead I suggesting using something which gun animators do; Motor6D’ing the players left hand to the lightsaber after which you insert an animation.
You achieve this by making the animation dummy with having 2 Motor6D’s connected to tools (left arm and right arm). After which you just animate the character.