We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb98739 commit f8bb597Copy full SHA for f8bb597
content/en-us/reference/engine/classes/Animator.yaml
@@ -169,6 +169,10 @@ methods:
169
`Class.BasePart:SetNetworkOwner()`, this function also loads the animation
170
for the server as well.
171
172
+ Note that the `Class.Animator` must be in the `Class.Workspace` before
173
+ making a call to `LoadAnimation()` or else it will be unable to retrieve
174
+ the `Class.AnimationClipProvider` service and error.
175
+
176
You should use this function directly instead of the similarly-named
177
`Class.Humanoid:LoadAnimation()` and
178
`Class.AnimationController:LoadAnimation()` functions. These are
0 commit comments