iFlameyz
(Flameyz)
December 18, 2022, 7:53pm
#1
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)
(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
iFlameyz
(Flameyz)
December 18, 2022, 8:10pm
#2
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
iFlameyz
(Flameyz)
December 18, 2022, 8:13pm
#4
Yeah i’ve tried that but the issue is the same
iFlameyz
(Flameyz)
December 18, 2022, 8:40pm
#5
Added this line at the start of the script
character:WaitForChild("Animate").toolnone.ToolNoneAnim.AnimationId = ""
system
(system)
Closed
January 1, 2023, 8:41pm
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.