Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AnimationClipFromVideoStatus

Indicates the current status or final outcome of a video-to-animation conversion started by AssetService:PromptImportAnimationClipFromVideoAsync().

Items 12

HistoryNameValueDescription
594Initializing0

The video-to-animation job is being set up on the server.

594Pending1

The job has been queued on the server and is waiting for processing resources to become available.

594Processing2

The server is actively analyzing the video and extracting motion-capture data to generate the animation clip.

594ErrorGeneric4

The server-side video processing encountered an unspecified error.

594Success6

The video was successfully converted into an AnimationClip, which is returned as the second element of the result tuple.

594ErrorVideoTooLong7

Processing failed because the uploaded video exceeds the maximum allowed duration (15 seconds).

594ErrorNoPersonDetected8

Processing failed because no person could be detected in the video; the video must show a person fully in frame, facing the camera.

594ErrorVideoUnstable9

Processing failed because the video is too shaky for reliable motion capture; a more stable recording is required.

594Timeout10

Processing could not be completed in time, typically due to high request volume on the video processing backend.

594Cancelled11

The player declined the consent prompt or provided no input, so the video upload was not started.

594ErrorMultiplePeople12

Processing failed because more than one person was detected in the video; the video must contain a single person fully in frame.

594ErrorUploadingVideo2001

The client-side video upload failed before the video reached the processing backend.

Description

Describes the status of a video-to-animation conversion initiated by AssetService:PromptImportAnimationClipFromVideoAsync(). Values in this enum are reported both as progress updates through the method's progressCallback and as the final outcome in the returned tuple.

History 13

Settings