Ive made a little equip and holding animation for one of my tools but I have encountered an issue while testing it, when the player resets with the tool, the animations will break when they respawn.
The error Cannot load the AnimationClipProvider Service. comes up in output
I believe its due to Animator not being a child of Humanoid or Humanoid not existing at all for a few miliseconds when the player is respawning but I dont know how I could fix it.
Are you waiting before loading any of the anims? you can also just load the animations in Equipped but they might be a little delayed the first time if it’s a server script
what you’re doing is running the entire code until the character is in workspace put the until char.Parent == workspace before right under the repeat task.wait()