Repro:
In studio,
Load any animation using humanoid and print the priority.
It will always say Action, even tho the exported animation had Idle or some other priority.
@zeuxcg@AbstractAlex, I don’t think it’s the animation plugin causing this but I tagged you both just in case.
> AT = workspace.Humanoid:LoadAnimation(workspace.Animation)
> print(AT.Priority)
Enum.AnimationPriority.Core
What’s the asset id of the animation you’re trying to load?
Also note that the animation track will report the default priority (Action) while the animation is loading - so if you check Priority immediately after calling LoadAnimation it may say Action.