Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how to animate with gear in hand?

Asked by
DevH_D 0
2 years ago

Hello, I have an animation I want to play with a gear, but I can't figure out why the arm the gear is in won't move or be animated. Here is my code

local idleAnim = humanoid:LoadAnimation(anims:WaitForChild("idleAnim"))

0
Did you rty making the animation hgh priority? ZIRFAL3 17 — 2y

2 answers

Log in to vote
0
Answered by
ZIRFAL3 17
2 years ago

Maybe try making it's priority higher..

anims.IdleAnim.Priority = Enum.AnimationPriority.Action

0
In case you don't know, Priority is like a layer system: If an animation has higher priority than another, it will be on top of it. I'm sorry if my answer is messy O_o ZIRFAL3 17 — 2y
Ad
Log in to vote
0
Answered by
DevH_D 0
2 years ago

It’s an idle animation, will it change it if I do set the priority to action?

Answer this question