R6 Animation Run

  1. I want to achieve having a working run animation.

  2. The issue is that whenever I try to use the roblox default animate script it either doesn’t load the animation or it just plays the walk animation. (I’ve also tried using custom animation scripts)

I put the animation ID’s in both the animations and inside the script.

I have the game set to standard and forced to r6.

The dummy that I used is r6.

I already have a sprint script.

  1. I’ve tried looking on youtube and devforum but found nothing. (Other than old scripts and old answers that don’t work anymore)

Nvm! Sorry it’s working now.

1 Like

You need to create 2 scripts

One with the walk animation script in walk value
Other with the run animation script in walk value

When sprint clone the script with run to the character.
When stop sprint clone the original script with walk to the character.

1 Like

Do you have any code that you tried and didn’t work? That would help you get more replies.

Oh sorry it works now! I forgot I wrote this.