#Changing animations for sprinting

1 messages · Page 1 of 1 (latest)

west quarry
#

Im making an r6 game and i want to change the animation of walking to a sprinting animation. If I wanted to do that, how would I do it? I have a running script already made, do I just put code inside it where it grabs the animation ID and replaces the walk animation? If so how would I do that

frigid hollow
#

i think u should use if speed > default then play or sum

west quarry
rocky wadiBOT
#

studio** You are now Level 2! **studio

west quarry
#

wouldnt the animation have to be inside the character in order for it to play so where would i put the animation

frigid hollow
#

replicated storage

#

or

#

pit the animId in the script

west quarry
#

how would i stop the run animation? i know [Anim]:Play() works to play the animation but idk the code to stop the animation when i release the button