title says it all, whenever im tryna load an animation (Animator:LoadAnimation), it throws up an error stating “Cannot load the AnimationClipProvider Service.” help plz
Is the main model that contains your Animator under anything that isn’t nil?
its the animator inside players’ character. also, i use Player.CharacterAdded event to get the player’s character
Consider adding a delay before loading any animation onto the Animator.
i added a 1 second delay and it seems to load now. however, another problem occured. GetPropertyChangedSignal(“Health”) doesnt seem to work now on the humanoid
Try .HealthChanged.