Its interface does not cross the network boundary.
Instances of this class cannot be created with Instance.new.
It is a singleton that may be acquired with GetService.
Tags: [NotCreatable, Service, NotReplicated]
It exists only for backward compatibility, and should not be used for new work.
GetAnimationClipAsync should be used instead.
History 2
Tags: [Deprecated]
Fetches an AnimationClip based on the specified assetId. The
assetId must correspond to an animation asset in Roblox. The function will
yield until the AnimationClip is loaded from the website and
should be wrapped in a pcall
.
It will block the calling thread until completion.
History 1
Tags: [Yields]
Returns a AnimationClip from the supplied assetId. Can optionally
cache to reduce unnecessary loading freezes.
It exists only for backward compatibility, and should not be used for new work.
GetAnimationClipAsync should be used instead.
History 2
Tags: [Deprecated]
This function returns an InventoryPages object which can be used
to iterate over animations owned by a specific user.
This function has a number of potential uses, such as allowing users to
browse and import animations into a custom animation plugin.
It will block the calling thread until completion.
History 1
Tags: [Yields]
It will block the calling thread until completion.
History 1
Tags: [Yields]
RegisterActiveAnimationClip
Generates a temporary asset ID from a AnimationClip that can be
used for localized testing of an animation. This performs the same
function as
RegisterAnimationClip()
but generates an active://
URL instead of a hash. The generated ID can
be used as an AnimationId property for
testing.
The asset ID generated by this function is temporary and cannot be used
outside of Studio. Developers wishing to generate an asset ID that can be
used online should upload the AnimationClip to Roblox.
History 1
Generates a temporary asset ID from a AnimationClip that can be
used for localized testing of an animation.
This function performs the same function to
RegisterActiveAnimationClip
yet generates an active:// URL instead of a hash.
The ID generated can be used for the Animation.AnimationId
property to test animations.
The asset ID generated by this function is temporary and cannot be used
outside of Studio. Developers wishing to generate an asset ID that can be
used online should upload the AnimationClip to Roblox.
History 1