Ive been messing around with animations in moon animator and built in roblox animator and found this:
what are these and what do they do?
Put simply, it’s a priority system. The default roblox animator has them, too. They’re literally called AnimationPriority
.
When you play multiple animations on one thing, the animation with the higher animation priority will override the other animation with the moving parts in the higher one. It especially plays over lower priority animations.
That is why when making custom player animations, you should always use Action
as the animation priority, because the default player animations are set as Movement
This is the order of priority, lowest to highest:
Core, idle, movement, action
Thanks alot, i will mess around with it
No problem! Don’t forget to mark my reply as solution to close the thread
Yo one question, how do i make this only do anim when he moves?
because now i only press shift once and do nothing more, but how?
https://gyazo.com/e42165c4067981d143d205af30232251
thats what i mean
and does it have something to do with the priorities or ?
Can you clarify a bit for me, please? I’m having a little trouble understanding.
Well, the guy is moving in a like forward way, yeah.
https://gyazo.com/1a023eaaa289161db98db1230621cff4
Here we see if i stand still the anim is not going forward, the legs are still, but once i move forward then they move
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.