Cannot load the AnimationClipProvider Service

Hello, recently I was working on some animations for a star wars related weapon system. It does work but after I reset this appears.

It says that the handle is not there even if it is.

I tried my best to fix it by re-doing the animations, keeping the dummies that I used in the workspace, etc but nothing is really happening after I reset.

2 Likes

maybe its because the player didnt load fast enough or the player died

local Humanoid = dude.Humanoid

if Humanoid and Humanoid:FindFirstChild("Animator") then
	print("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
end
1 Like

Yeah, apparently when the person reset/die it does not load as fast as it should but I have no idea how to make it load faster.

1 Like

Fixed it, we had to re-do most of the system to fix the issue but apparently it works now.