At some point in my game, I don’t know why the character stops running:
Does anybody know how to solve this?
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.
script.Parent.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=000000"
Try to restart roblox studio. Maybe is a bug of roblox.
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.