Animation Play Load

You really shouldn’t use Humanoid:LoadAnimation() anymore. It got deprecated.

Here’s the post, you should follow.

And use task.wait(amount) instead of wait(amount). It’s an improved version.

Here’s the link to the post.

1 Like