How could i run default player run animation? Code

Hello! Does anyone know how I can reproduce “Play” the running animation in my code?

Can someone help me do that please :frowning:

You would simply need to fetch your specific animation (run) id, which can be found in the Animate local script in all players. From there, you simply create an animation, use the id, load it in using Animator:LoadAnimation and thats all.

1 Like

Oh thanks you a lot! Do you know the run id of the player (default) animation? :open_mouth:

If you search up “run” in your explorer while playing, you can get the animation Id:
http://www.roblox.com/asset/?id=913376220

1 Like

Oh thanks you!! :smiley: i will use that