Character running animation stopped working

At some point in my game, I don’t know why the character stops running:

Does anybody know how to solve this?

Did you have a custom Animate script?

No. The only thing I mess with character is whether or not it is anchored: Character.PrimaryPart.Anchored = false, or…
Character.PrimaryPart.Anchored = true.

But I think this has nothing to do with this problem.

  1. Is the game on your profile or in your group?
    You have to do the animation, otherwise it doesn’t work, and if the game is from your group, the animation must be from your group
  2. I would recommend permanently removing the default animation
    – In StarterCharacterScript
script.Parent.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=000000"

Try to restart roblox studio. Maybe is a bug of roblox.

1 Like

Yeah, maybe.
Even because this happens rarely and without logic.
So I asked if there could be something known to the community, within the code, that could be causing this problem.