Hey guys,
I’m making a game that focuses on animations. I would like the animations to keep playing when a player moves and/or collides; how could I do this?
Hey guys,
I’m making a game that focuses on animations. I would like the animations to keep playing when a player moves and/or collides; how could I do this?
When you’re making the animation in Roblox studio, there should be a place that says Animation Priority, and by default I think it will have the Core Priority, which is the lowest and will stop when there’s movement. So instead, change the animation’s priority to Action, which is the highest possible priority and will not be interrupted.
Thank you, this helped me a lot!