Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The VideoFrame class inherits from GuiObject. It can be used to display videos in-game. This class was added in version 414.
Properties
Looped: bool
- Category: Video.
- Serialization: can save and load.
- Thread safety: read safe
VideoContent: Content
- Category: Video.
- Read security: RobloxScriptSecurity.
- Write security: RobloxScriptSecurity.
- Serialization: can save and load.
- Thread safety: read safe
Volume: float
- Category: Video.
- Serialization: can save and load.
- Thread safety: read safe
Methods
Pause(): null
- Thread safety: unsafe
Play(): null
- Thread safety: unsafe
SetStudioPreview(isPreview: bool): null
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
Events
Removed members
Methods
External links[]
- VideoFrame in the Roblox Creator Documentation
- VideoFrame in the Roblox API Reference