ive had this problem for some time now and i dont know what im doing wrong can some one help me
i made a script where when the player is standing it plays the idle animaton
now im trying to make a script where when the character moves it plays the walking animation ty for reading!
Some of the questions here can be easily solved witg a simple google search or a youtube search, and you dont even have to wait for a answer How do you make a custom walk animation? Use humanoidrootpart.position.changed:connect(function() Walkanimation:Play() End) Something like that the walkanimation should not be looped and should only last for a very short duration there might be a better way but this is the one i came up with, its best to search then ask if you cant find a answer.