Property "Animator.EvaluationThrottled" is not currently enabled

When ever i try to make my Character Jump using Humanoid.Jump = true it doesn’t work and this error pops up.
I tried to do this in an Module script that was required from Replicated storage, when trying this in an local scripts it worked just fine. Any Ideas?

2 Likes

I don’t know the reason of this error, but you could avoid it making your humanoid jump using humanoid:ChangeState(Enum.HumanoidStateType.Jumping).
This should remove the error, and it’s also a better way to make the humanoid jump.

1 Like

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