So, I was recently working on some Pathfinding scripting methods. Everything turned out pretty well except for one part, the “monster” that follows you around doesn’t play it’s animations while chasing you.
If you’re using the roblox animate script:
Make sure that the animation script is a normal script and not a local script, and that you also remove any references to the player (If there are any) in the script.
If you’re not using the roblox animate script:
idk man gl
¯\ _ (ツ)_/¯
Sorry for late response. But I have only one question (I have done all the things that you’ve specified) why is the rig playing my animation instead of the default one?