You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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]>
Copy file name to clipboardExpand all lines: content/en-us/ui/video-frames.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Videos that don't meet these requirements are rejected. Alpha channels are not s
27
27
28
28
## Play videos
29
29
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.
0 commit comments