File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ description: |
5353
5454 If you want to preview an Animation before uploading it to the Roblox site,
5555 you can generate a temporary id using
56- `AnimationClipProvider:RegisterAnimationClip`. This generates a hash
56+ `Class. AnimationClipProvider:RegisterAnimationClip() `. This generates a hash
5757 id that you can use for localized animation testing.
5858
5959 ## Obtaining CurveAnimations
6060
6161 As for other `Class.AnimationClip` types (such as `Class.KeyframeSequence`),
6262 if you want to download the CurveAnimation corresponding to an existing
6363 uploaded Animation using Luau scripts, use
64- AnimationClipProvider:AnimationClipAsync .
64+ `Class. AnimationClipProvider:GetAnimationClipAsync()` .
6565code_samples : []
6666inherits :
6767 - AnimationClip
You can’t perform that action at this time.
0 commit comments