Arm on which the tool is is not being animated

New to animation, don’t really know my stuff and I don’t know how to fix.


(Dummy idle animation when you load moon animator)

image
(In game when I load the animation)

I’ve tried changing the priority of the animation from idle to action and action2 and still no good results

The script:

			if success then
				equipped = true

				character:WaitForChild("Animate").idle.Animation1.AnimationId = "rbxassetid://xxxxxxxxxxxx" -- Idle anim
				character:WaitForChild("Animate").idle.Animation2.AnimationId = "rbxassetid://xxxxxxxxxxxx" -- Idle anim
			end

edit: i’ve fixed the tool rotation using tool grip editor, but then i realized the animation on the right arm is not working at all, so ill edit the OP

edit2: check op now

Do you know in the animation editor there is something that says “animation priority” is in the 3 points and you put it into action (the animation of the tool)

1 Like

Yeah i’ve tried that but the issue is the same

Added this line at the start of the script

character:WaitForChild("Animate").toolnone.ToolNoneAnim.AnimationId = ""

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.