local Anim = script.Parent:WaitForChild("Animate")
Anim.run.RunAnim.AnimationId = "rbxassetid://8651033053"
https://developer.roblox.com/en-us/api-reference/function/AnimationTrack/AdjustSpeed
Be sure to use this on the animation track
Doesn’t help, the walk animation is in the Characters animate section.
Is there a full code for this? Or is it the code just like this?
If you’re talking about the animate script then you can actually just go into the animate script and change the :Play() with the appropriate parameters, and then paste that new animate script inside startercharacterscripts to overwrite it
2 Likes
It’s simply this in StarterCharacter
script.Parent:WaitForChild("Animate").run.RunAnim.AnimationId = "rbxassetid://8651033053"
You could change the Weight value