"Cannot load the AnimationClipProvider Service."

Figured it out.

local Character = Player.Character or Player.CharacterAdded:Wait()

Remove Player.Character and just make it

local Character = Player.CharacterAdded:Wait()
2 Likes

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