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
Copy file name to clipboardExpand all lines: content/en-us/ip-licensing/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ verticalLayout: true,
11
11
content: [
12
12
{
13
13
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.",
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.",
description: "Learn how intellectual property works on Roblox, our vision for easier IP-based creations, and the innovative technologies that make it all possible.",
Copy file name to clipboardExpand all lines: content/en-us/production/configs.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,17 @@ For more information about working with configs in your scripts, see [Add config
42
42
43
43
Editing a config is no different from creating one. Click the **Edit** button and update the value and description as-desired.
44
44
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
+
45
56
## Publish configs
46
57
47
58
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.
Copy file name to clipboardExpand all lines: content/en-us/production/promotion/rewarded-video-ads.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,9 @@ The new placement populates on the Placement table with a unique **Placement ID*
202
202
203
203
## Exclude likely spenders
204
204
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.
206
208
207
209
To prevent likely spenders from seeing rewarded video ads:
0 commit comments