Roblox API Reference

AnimationFromVideoCreatorStudioService 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.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (3)

Type Member History
string CreateAnimationByUploadingVideo (Function progressCallback)
string ImportVideoWithPrompt ()
bool IsAgeRestricted () 536
57 members inherited from Instance

History

Members

CreateAnimationByUploadingVideo On DevHub

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

Tags: [Yields]

ImportVideoWithPrompt On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
No parameters.

Tags: [Yields]

IsAgeRestricted On DevHub

Name Type Default
No parameters.

History