Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en-us/reference/engine/classes/Animator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ methods:
`Class.BasePart:SetNetworkOwner()`, this function also loads the animation
for the server as well.

Note that the `Class.Animator` must be in the `Class.Workspace` before
making a call to `LoadAnimation()` or else it will be unable to retrieve
the `Class.AnimationClipProvider` service and error.

You should use this function directly instead of the similarly-named
`Class.Humanoid:LoadAnimation()` and
`Class.AnimationController:LoadAnimation()` functions. These are
Expand Down