Hello! Does anyone know how I can reproduce “Play” the running animation in my code?
Can someone help me do that please
Hello! Does anyone know how I can reproduce “Play” the running animation in my code?
Can someone help me do that please
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.
Oh thanks you a lot! Do you know the run id of the player (default) animation?
If you search up “run” in your explorer while playing, you can get the animation Id:
http://www.roblox.com/asset/?id=913376220
Oh thanks you!! i will use that