How to make Paragon Rampage play its running animation when following the player?

I found the problem. For god knows what reason, the animationbp of the paragon rampage checks for the acceleration instead of the speed to turn on/off the run animation. So I changed it to check for the speed like the third person character animation bp and it worked.