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

Is there a script to set animation from action to core?

Asked by 5 years ago

I do not have any ideas on how to do it which is why I have no blocks of code written.

0
Yeah, it's a property of AnimationTrack User#19524 175 — 5y

1 answer

Log in to vote
3
Answered by
piRadians 297 Moderation Voter
5 years ago

Yes.

local anim  = Humanoid:LoadAnimation(animationobjecthere)
anim.AnimationPriority = Enum.AnimationPriority.Core
Ad

Answer this question