Skip to content

Commit b0208ac

Browse files
update Open Source Docs from Roblox internal teams
1 parent 7a08445 commit b0208ac

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

content/en-us/ip-licensing/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ verticalLayout: true,
1111
content: [
1212
{
1313
description: "One of the most significant ways for creators to expand their reach is to tap into the established fanbases of beloved global IP. We've seen major success when creators and IP holders partner, and we are building an ecosystem that supports licensing for rights holders at scale across Roblox. Our vision is to empower all creators to easily partner with the franchises they love and bring the franchises' licensed IP into their experiences.",
14-
video: "https://www.youtube-nocookie.com/embed/4zoH0Qqq3BE",
14+
video: "https://www.youtube-nocookie.com/embed/4zoH0Qqq3BE?rel=0&loop=1",
1515
}
1616
]
1717
},
@@ -75,7 +75,7 @@ links: [
7575
{
7676
title: "Kodansha IPs now available",
7777
description: "During RDC 2025, Roblox CEO Dave Baszucki and Kodansha CEO Yoshinobu Noma announced major additions to our Licenses catalog including Kodansha's Blue Lock and That Time I Got Reincarnated as a Slime.",
78-
video: "https://www.youtube-nocookie.com/embed/PVlCHE9pc50?si=VHpSJVeXiqTJFb-k&start=2373",
78+
video: "https://www.youtube-nocookie.com/embed/PVlCHE9pc50?si=VHpSJVeXiqTJFb-k&start=2373?rel=0&loop=1",
7979
links: [
8080
{ text: "Read", href: "https://corp.roblox.com/newsroom/2025/09/roblox-rdc-2025" }
8181
]
@@ -91,7 +91,7 @@ links: [
9191
{
9292
title: "The Evolution of IP on Roblox",
9393
description: "Learn how intellectual property works on Roblox, our vision for easier IP-based creations, and the innovative technologies that make it all possible.",
94-
video: "https://www.youtube-nocookie.com/embed/2HotST5mF3A",
94+
video: "https://www.youtube-nocookie.com/embed/2HotST5mF3A?rel=0&loop=1",
9595
links: [
9696
{ text: "Read", href: "https://corp.roblox.com/newsroom/2025/09/roblox-rdc-2025" }
9797
]

content/en-us/production/configs.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ For more information about working with configs in your scripts, see [Add config
4242

4343
Editing a config is no different from creating one. Click the **Edit** button and update the value and description as-desired.
4444

45+
### Limits
46+
47+
Config values have the following limits by type.
48+
49+
Type | Maximum size
50+
:--- | :---
51+
String | 100,000 characters
52+
Number | ±1.7976931348623157e+308, ±2^53 for exact integer representations
53+
Boolean | N/A
54+
JSON | 100,000 characters
55+
4556
## Publish configs
4657

4758
After you create a config, it moves to a **staged** state so that you can test it before it becomes publicly available. Staged changes are available to you and your team in Studio play sessions, not to players in live experiences. The **Configs** page on Creator Hub shows all active and staged changes.

content/en-us/production/promotion/rewarded-video-ads.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ The new placement populates on the Placement table with a unique **Placement ID*
202202

203203
## Exclude likely spenders
204204

205-
Based on past behavior and purchasing habits, certain users are more likely to make purchases in your experience. To reduce your risk of losing revenue, you can exclude users who have purchased 5 or more developer products in your experience from seeing rewarded video ads.
205+
Based on past behavior and purchasing habits, certain users are more likely to make purchases in your experience. To reduce your risk of losing revenue, you can exclude users who are likely to spend in your experience from seeing rewarded video ads.
206+
207+
We recommend that you only enable this setting if you plan to let users choose between watching a video ad and purchasing the reward from that ad. If the reward you're offering through the video ad is unique and isn't available for purchase, we recommend that you do not enable this setting.
206208

207209
To prevent likely spenders from seeing rewarded video ads:
208210

0 commit comments

Comments
 (0)