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

[SLOVED] How do you make the player moves it legs when playing the animations?

Asked by
dog6779 25
6 years ago
Edited 6 years ago

So, I mean the animations are find. But I really wanna know how do you make a the animation moves it's legs. Like this. This is what I don't what. Here is the photo.

https://gyazo.com/40e377a279661e05cd8a71c5440048e3

Also, here is the script I use to make th animation to work right.

script.Parent.Activated:connect(function()
local dinnertime = script.Parent.Parent.Humanoid:LoadAnimation(script.eat)
dinnertime:Play()
end)

So that's what I really don't want the legs just stand there. I want the legs to move. Everytime when I make a animation I always set them to Movement, Action, or idle. Something like that. And the legs won't move.

How do I fix it in the animation puglin?

0
In the animation editor, there are grey squares next to each limb. Click those grey squares and they turn black, which means that they will not be overwritten on the animation. UgOsMiLy 1074 — 6y
0
Thank you! dog6779 25 — 6y

Answer this question