StarterCharacter walk animation not working

Hi. Basically, I have put a StarterCharacter in StarterPlayer and when I play, it works normally but there is no walking animation. I will provide some resources below.

I hope you can solve my problem.

How did you get the Animate script? Is it up to date?

if you’re not planning on using custom animations you can remove the animate script.

should be fixed in that case

1 Like

Can you make sure inside the animate script theres a stringvalue named “Walk” with an animation inside it named “WalkAnim” (that has your animation ID)? Also inside the animate localscript change the default walkanim (usually on line 38) with your walk animation. If none of these work just make sure the animation is published to roblox :happy1:

walk = 	{ 	
		        { id = "http://www.roblox.com/asset/?id=12345678910", weight = 10 } 
			}

oh hi guys just came back on here will try ur suggestions

Simply removing the Animate script from the StarterCharacter should fix problems, I’d imagine that the Animate Script is getting loaded twice and causing issues.

The Animate script didnt make a difference, i tried putting it in there to fix it

OMG GUYS I JUST FIXED IT i had to turn off usestrafinganimations in players…

its always the tiny details that cause my bugs…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.