When type checking a Humanoid variable to Humanoid, it will improperly flag Humanoid:LoadAnimation() as deprecated and suggest that you change it to what it already is
Screenshot of the code without type checking to Humanoid:
The warning for Humanoid:LoadAnimation() should not be appearing, and it should not appear as a warning in my Script Analysis window as a DeprecatedApi:
Humanoid:LoadAnimation()is deprecated, the recommended alternative is Animator:LoadAnimation(). I guess the warning just isn’t saying the “Animator” part.