Motor6d Transform

I’m trying to make manual motor6d transform to overwrite animation but only for left and right arm, but after manual transform loop ends, animation still stuck in transformed shape.
https://gyazo.com/da6ccabdafb61ddde1db9f72d993fd7c

pcall(function()
					if sword.motion ~= nil and preMotionDone == true then
						for _, motion in pairs(sword.motion) do
							pcall(function()
								motion[1].Transform = motion[3]
							end)
						end
					end
				end)
1 Like

sorry for the very late reply but this should fix it:

Motor6D.Transform = CFrame.new() --A blank CFrame value