Skip to content

Commit 1ff59c1

Browse files
CAZ-HIgnisRBX
andauthored
Add concurrent video playback limitation (#1285)
## Changes Currently, there is a warning that will be output when you try to play more than 2 videos at the same time. This is a blocker for some interesting uses of this feature (e.g. Times Square style billboards, video ads in bus stops, etc.) that developers should know ahead of time. <img width="371" height="68" alt="image" src="https://github.com/user-attachments/assets/ec08a25d-2ebb-464a-a929-b7a8e8a41d0f" /> Given that this feature is new-ish and might still be subject to fine-tuning, I'm not sure if it's valid to document these limits. Feel free to reject this change if these limits are still actively being assessed. ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. --------- Co-authored-by: IgnisRBX <[email protected]>
1 parent 5c69fb1 commit 1ff59c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/ui/video-frames.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Videos that don't meet these requirements are rejected. Alpha channels are not s
2727

2828
## Play videos
2929

30-
A `Class.VideoFrame` must be parented to a `Class.ScreenGui`, `Class.SurfaceGui`, or `Class.BillboardGui` in order to be playable.
30+
A `Class.VideoFrame` must be parented to a `Class.ScreenGui`, `Class.SurfaceGui`, or `Class.BillboardGui` in order to be playable. Currently, a maximum of 2 videos can play simultaneously.
3131

3232
To play a video in your experience without code:
3333

0 commit comments

Comments
 (0)