Yes, I know there’s some forum posts that talk about this. the problem is my pea brain
-
What do you want to achieve? Adjust the speed of the walk animation in a script
-
What is the issue? I can’t figure out how to
-
What solutions have you tried so far? Tried messing with the animate localscript
FOCUSXZV2
(Delight)
2
You Have to use
local AnimTrack = Humanoid:LoadAnimation(AnimationObject)
AnimTrack:AdjuestSpeed(Speed)
AnimTrack:Play()
walkAnimation:AdjustSpeed(2) should be what you want. You can also play it with the speed as the parameter.
yes, how do i get the walkanimation animation thing
You need to load it using Animator:LoadAnimation(). If someone suggests using Humanoid:LoadAnimation(), it is deprecated.
Ah so like, local walkanim = Animator:LoadAnimation(“WalkAnim”)?
1 Like
Yes but it needs to be an Animation, not a string.
1 Like
okay, thanks! i will mark as solution
Hi, I’m sorry to keep asking you over and over again but I still can’t find a way to find the run animation (walk)
So where exactly is your walk animation located?
I don’t know, that’s what I’m trying to figure out
i think i understood so you just want to change the walk speed of a player?
no, change speed of the walk animation
basically i’m doing a crouch animation but when i set the walkspeed low like at 6 then the walk animation is fast
i guess then you have to make your own animation for walking
i’ll try idk, thanks for trying to help though