Roblox API Reference

AnimationFromVideoCreatorService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.

Tags: [NotCreatable, Service]

Inherits (1)

Member index (4)

Type Member History
string CreateJob (string filePath)
string DownloadJobResult (string jobId, string outputFilePath)
string FullProcess (string videoFilePath, Function progressCallback)
string GetJobStatus (string jobId)
57 members inherited from Instance

History

Members

CreateJob On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
filePath string none

Tags: [Yields]

DownloadJobResult On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
jobId string none
outputFilePath string none

Tags: [Yields]

FullProcess On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
videoFilePath string none
progressCallback Function none

Tags: [Yields]

GetJobStatus On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
jobId string none

Tags: [Yields]