Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

is there a way to make a walk animation play once the player walks with the tool?

Asked by 4 years ago

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!

0
in other words how do i add a walking animation to a tool Fxding_cam 60 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

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.

Ad

Answer this question