All animations work apart from walk animation just using the default animate script
This should probably go into help with scripts or something.
so Im gonna guess ur using custom animations with the default animate script?
and that you changed the ID of the items under the aniamte scrip?
if so, you also have to change the “run” ID to the walk ID, as the Run animation players when the speed is equal to or above 16
Yeah i have done all of that still doesn’t work
Try Changing the Animation Priority, I believe it its lower than Level 3 then it wont work.
So lets say you have finished an animation for something, like Walking, If you want the Priority to be towards movement, you’ll need to set the Animation Priority to Level 3 which is called “Movement”
This may help:
what do you mean by that, not sure?
i accidentally edited my post instead of replying sorry
Show your script, ill try to help
Edit: Its pretty much telling you it cant find your Variable “AdjustWeight”
its just the default animate script with only the animation ids changed r15
You nearly definitly changed something else (either accidentally or just forgot about it)
oh wait nevermind uhhh… did you put the animation id at the wrong place? and make sure you put “rbxassetid://(id)” rather then just the id
Also @BreakinMoose, im pretty sure you dont edit the script, you change the Values Connected to it
The Values Inside them have a “Animation”, for your case, go to walk, open it and go to “WalkAnim” and add the animation
bruh you changed it there.
ok yea i see the problem now.
welp Goat beat me to it.
your supposed to change the value inside the cheer, climb, fall, idle, E.T.C items (the values as in their children)
Hey it didn’t work just editing the values under the ANIMATE script
edit: and yes the animation is infact a walk animation i checked by importing it into the animation editor and the walk animation is there
Got it working, Created a script that makes a walk animation and pasted the animation id into it and now it works.