Hi everyone! I am having a little bit trouble with animations. I’m not sure if this is the right category but here is my issue. This is what it looks like in blender:
Loacte the Motor6D in charge of the weapon’s weld and you would want to run some code in the command bar if you have it open (In Studio View tab)
Here an example code of what you would want to do (This is completely an example you would have to adjust it to your likings)
Motor6D.C0 = CFrame.new(Vector3.new(0, -1, 0)) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(-90)) -- Motor6D in this case would be the main Motor6D handling the weapon's weld