Walk Animation GUI

Hello, I looked everywhere how to change the walking animation with a text button but impossible to find … if anyone knows how to do it, you would be a great help… :smiling_face: Thank you !

1 Like

in the Documentation, there’s an article it how to override the default animation, misfit it and make it run when the button is clicked and you’re done

1 Like

Oh, do you have the link? Thank you

1 Like

Give me a moment and I will give you the link

Remember, you will have to wrap the changing animation function in a function that fires when the TextButton is clicked

1 Like

I’m going to try, I’m not sure I can do it, I’m completely newbie :sweat_smile: but thank you !

1 Like

Yea I was too, if you need help just ask me (and also out the script here)

A few things, if you want the animation to only play for the player you will have to put a LocalScript and do everything from there, instead, if you want to play for everybody you will need to use RemoteEvents (IDK how they works but here you will find a lot of info on them)