How to make it so running animation plays when jumping?

As title says. Video example:

You’ll need to either edit the default animation script, or you could use my Animate 2 script

If you’re willing to use my script, then all you’ll need to do is to replace line 70:

if active then play(animationTracks.Fall) end

with:

if active then play(animationTracks.Run) end