I am trying to load animation on my rig
local UserPoseAnimation = ReplicatedStorage.Animations.UserPose local StandPose = PlayerStand.AnimationController:LoadAnimation(UserPoseAnimation)
But I get this error:
Cannot load the AnimationClipProvider Service.
You might need to parent the PlayerStand to Workspace before you load the animation to avoid the error like this comment made by bubbavimto in a different topic about the error says
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.