Animation Warning

I am getting this error:

 ▶ Property "Animator.EvaluationThrottled" is not currently enabled. (x7)  -  Studio

This is on mobile and with this code:

if mobile then
		local GameSettings = UserSettings().GameSettings
		local IsLocked = false
		IsLocked = not IsLocked
		GameSettings.RotationType = IsLocked and Enum.RotationType.CameraRelative or Enum.RotationType.MovementRelative
		if humanoid then humanoid.CameraOffset = IsLocked and Vector3.new(3, 0, 0) or Vector3.zero end
	else
		player:FindFirstChild("OTSView").Value = true
	end

Let me know if you can help!

isn’t this a warning and not an error?

Yes it is. I corrected it. Thanks for letting me know

Any ideas on this issue? I am still looking for a solution!

Any ideas on this issue? I am still looking for a solution!

can you try enabling evaluation throttled

Thanks for the reply. How would I do that exactly?

I’m guessing it doesn’t give you the line of code this warning is from?
Anyways, it might be a problem with the humanoid’s animator, but i don’t know. I’ve never experienced this warning before. Try humanoid.Animator.EvaluationThrottled = false (or = IsLocked)

nevermind xd, did some more research What is "Property "Animator.EvaluationThrottled" is not currently enabled."

I installed it, du know how to use it? I cant find any instructions or anything

no idea :frowning:

1 Like

ill ask around… thanks 4 ur help tho

1 Like

FYI: Here is a good vid if u need help

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