Skip to content

Commit eb18e5c

Browse files
update Open Source Docs from Roblox internal teams
1 parent 5cfbdee commit eb18e5c

File tree

3 files changed

+34
-25
lines changed

3 files changed

+34
-25
lines changed
Lines changed: 3 additions & 0 deletions
Loading

content/en-us/production/monetization/roblox-plus.md

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
---
22
title: Roblox Plus
3-
description: Roblox Plus gives you additional ways to earn from your experiences by rewarding engagement and purchases from Plus subscribers.
3+
description: Roblox Plus gives you additional ways to earn from your games by rewarding engagement and purchases from Plus subscribers.
44
---
55

66
<Alert severity="info">
77
Roblox Plus will become available to users starting on April 30, 2026.
88
</Alert>
99

10-
**Roblox Plus** gives you additional ways to earn from your experiences by rewarding engagement and purchases from Plus subscribers.
10+
**Roblox Plus** gives you additional ways to earn from your games by rewarding engagement and purchases from Plus subscribers.
1111

12-
Users who subscribe to Plus get a range of benefits to enhance their purchasing power, access, and overall experience on the platform:
12+
Users who subscribe to Plus get a range of benefits to enhance their purchasing power, access, and overall game on the platform:
1313

14-
- **Discounted purchases**: Subscribers get 10% off eligible purchases, including in-experience items, avatar items, and more. The discount increases to 20% starting in the third month. Roblox covers this discount for you.
14+
- **Discounted purchases**: Subscribers get 10% off eligible purchases, including in-game items, avatar items, and more. The discount increases to 20% starting in the third month. Roblox covers this discount for you.
1515
- **Free paid private servers**: Subscribers get unlimited access to paid private servers at no cost. You're still compensated when they spend time in your paid private servers.
16-
- **Free Robux transfers**: Subscribers can transfer Robux at no cost to sender or recipient.
16+
- **Free Robux transfers**: Subscribers can transfer Robux at no cost to sender or recipient. Transfers are subject to age restrictions and parental consent.
1717
- [**Marketplace access**](../../marketplace/marketplace-policy.md#creator-requirements): Subscribers can trade and resell limited items, and publish and sell avatar items. Premium subscribers have the same Marketplace access.
1818

19-
You can earn from Roblox Plus subscribers through:
19+
For more information about the benefits of Roblox Plus to end-users, see the [help center](https://en.help.roblox.com/hc/en-us/articles/47967913158164-Roblox-Plus).
2020

21-
- **In-experience Robux purchases**: Subscribers receive a 10–20% discount on purchases, which is covered by Roblox so that your earnings per purchase are not reduced. Lower prices can encourage more frequent purchases, helping increase your overall revenue.
22-
- **Driving Plus sign-ups**: Encourage engaged users to subscribe to Roblox Plus directly from your experience using `Class.MarketplaceService.PromptRobloxSubscriptionPurchase|PromptRobloxSubscriptionPurchase`. You can earn up to 750 Robux for each new subscriber you bring in.
23-
- **Time spent in paid private servers**: Earn up to 100 Robux per subscriber when they spend at least 60 minutes in your paid private servers each month.
21+
As a creator, you can earn from Roblox Plus subscribers through:
22+
23+
- [**In-game Robux purchases**](#earn-from-in-experience-purchases): Subscribers receive a 10–20% discount on purchases, which is covered by Roblox so that your earnings per purchase are not reduced. Lower prices can encourage more frequent purchases, helping increase your overall revenue.
24+
- [**Driving Plus sign-ups**](#earn-from-in-experience-plus-subscriptions): Encourage engaged users to subscribe to Roblox Plus directly from your game using `Class.MarketplaceService.PromptRobloxSubscriptionPurchase|PromptRobloxSubscriptionPurchase`. You can earn up to 750 Robux for each new subscriber you bring in.
25+
- [**Time spent in paid private servers**](#earn-from-paid-private-server-time): Earn up to 100 Robux per subscriber when they spend at least 60 minutes in your paid private servers each month.
2426

2527
## Earn from in-experience purchases
2628

@@ -33,7 +35,7 @@ Eligible Robux purchases include:
3335
- Developer products
3436
- Game passes
3537
- Developer subscriptions
36-
- Paid access experiences
38+
- Paid access games
3739
- Avatar items
3840

3941
Discounts do not apply to:
@@ -85,7 +87,7 @@ The following table shows how Roblox Plus discounts are subsidized by Roblox.
8587
</table>
8688

8789
<Alert severity="warning">
88-
**If you hard-code prices, your in-experience UI might display incorrect pricing to Plus subscribers.** While subscribers are still charged the discounted price, your experience might show them the full price instead. This mismatch can cause confusion.
90+
**If you hard-code prices, your in-game UI might display incorrect pricing to Plus subscribers.** While subscribers are still charged the discounted price, your game might show them the full price instead. This mismatch can cause confusion.
8991

9092
To display accurate, real-time pricing (including Plus discounts), you should use `Class.MarketplaceService` functions like `Class.MarketplaceService.GetProductInfoAsync|GetProductInfoAsync` and `Class.MarketplaceService.GetDeveloperProductsAsync|GetDeveloperProductsAsync`.
9193

@@ -94,17 +96,17 @@ For implementation details, see [Sell a pass](./passes.md#sell-a-pass) and [Sell
9496

9597
## Earn from in-experience Plus subscriptions
9698

97-
You can encourage users to subscribe to Roblox Plus directly from your experience with `Class.MarketplaceService.PromptRobloxSubscriptionPurchase|PromptRobloxSubscriptionPurchase`. For each user who becomes a subscriber through your experience, you earn **250 Robux per month for their first three consecutive months**, with up to **750 Robux for every newly acquired subscriber**.
99+
You can encourage users to subscribe to Roblox Plus directly from your game with `Class.MarketplaceService.PromptRobloxSubscriptionPurchase|PromptRobloxSubscriptionPurchase`. For each user who becomes a subscriber through your game, you earn **250 Robux per month for their first three consecutive months**, with up to **750 Robux for every newly acquired subscriber**.
98100

99101
<img src="../../assets/monetization/roblox-plus/Plus-Signup-Bonus.png" width="80%" />
100102

101103
<Alert severity="info">
102-
Roblox Plus subscription prompts might appear in other places like paid private server pages or purchase modals, but you only earn a Robux payout when a user subscribes through your experience using `PromptRobloxSubscriptionPurchase`.
104+
Roblox Plus subscription prompts might appear in other places like paid private server pages or purchase modals, but you only earn a Robux payout when a user subscribes through your game using `PromptRobloxSubscriptionPurchase`.
103105
</Alert>
104106

105-
To offer Plus subscriptions within your experience and grant rewards to users:
107+
To offer Plus subscriptions within your game and grant rewards to users:
106108

107-
1. Detect when the user reaches the point in your experience where you want to offer the Plus subscription.
109+
1. Detect when the user reaches the point in your game where you want to offer the Plus subscription.
108110
2. Check whether the user already has an active Plus subscription with `Class.Player.HasRobloxSubscription|HasRobloxSubscription`.
109111
3. If the user is already a subscriber:
110112
1. Grant them the reward immediately.
@@ -115,7 +117,7 @@ To offer Plus subscriptions within your experience and grant rewards to users:
115117

116118
### Examples
117119

118-
The following examples show how to work with Roblox Plus in your experience, including retrieving discount information, checking subscription status, prompting users to subscribe, and handling the purchase flow.
120+
The following examples show how to work with Roblox Plus in your game, including retrieving discount information, checking subscription status, prompting users to subscribe, and handling the purchase flow.
119121

120122
<h5 style={{marginTop: '36px'}}>Example 1</h5>
121123

@@ -160,18 +162,18 @@ if success and details.IsSubscribed then
160162
print("Awarding the '3-Month Subscription Veteran' skin!")
161163
end
162164

163-
-- Check if user subscribed through the experience
165+
-- Check if user subscribed through the game
164166
if details.IsOriginExperience then
165-
print("Attribution confirmed: User subscribed via this experience.")
167+
print("Attribution confirmed: User subscribed via this game.")
166168
else
167-
print("User subscribed elsewhere: Website or another experience.")
169+
print("User subscribed elsewhere: Website or another game.")
168170
end
169171
end
170172
```
171173

172174
<h5 style={{marginTop: '36px'}}>Example 3</h5>
173175

174-
Prompt users to subscribe to Plus and handle the purchase flow in your experience.
176+
Prompt users to subscribe to Plus and handle the purchase flow in your game.
175177

176178
```lua
177179
local MarketplaceService = game:GetService("MarketplaceService")
@@ -270,12 +272,14 @@ You can earn up to **100 Robux per user per server** when a Plus subscriber spen
270272

271273
On each successful Plus subscription renewal, Roblox evaluates that subscriber's paid private server usage over the previous 30 days. It then considers the **top five paid private servers** where the subscriber spent at least 60 minutes during that period. If your server qualifies, you earn based on the server price, up to a maximum of 100 Robux per user per server.
272274

273-
In the following example, Servers A, B, and C qualify because the Plus subscriber spent at least 60 minutes in each server during the last 30 days. Servers D and E don't qualify because they don't meet the 60-minute threshold. The creator earns a total of 205 Robux across the qualifying servers.
275+
In the following example, Servers A, B, and C qualify because the Plus subscriber spent at least 60 minutes in each server during the last 30 days. Servers D and E don't qualify because they don't meet the 60-minute threshold. If all five servers (A–E) belong to the same game and represent the top five servers the subscriber spent time in, the creator earns a total of 205 Robux across the qualifying servers.
276+
277+
were from their game AND there were the top 5 servers the user was in.
274278

275279
<table>
276280
<thead>
277281
<tr>
278-
<td>**Experience's paid private server**</td>
282+
<td>**game's paid private server**</td>
279283
<td>**Server price**</td>
280284
<td>**Cumulative time (30 days prior to renewal)**</td>
281285
<td>**Creator earnings**</td>
@@ -317,11 +321,11 @@ In the following example, Servers A, B, and C qualify because the Plus subscribe
317321

318322
## Track your Plus earnings
319323

320-
You can track your earnings from users who subscribe to Roblox Plus through your in-experience prompts, as well as from Plus subscribers who spend time in your paid private servers, whether they join from within your experience or outside of it.
324+
You can track your earnings from users who subscribe to Roblox Plus through your in-game prompts, as well as from Plus subscribers who spend time in your paid private servers, whether they join from within your game or outside of it.
321325

322326
To see a detailed breakdown of your Plus subscription incentives:
323327

324-
1. In Creator Hub, go to **Creations** and select an experience.
328+
1. In Creator Hub, go to **Creations** and select a game.
325329
2. Go to **Monetization****Roblox Plus**.
326330

327-
<img src="../../assets/monetization/roblox-plus/Plus-Analytics.png" width="90%" />
331+
<img src="../../assets/monetization/roblox-plus/Roblox-Plus-Analytics.png" width="90%" />

tools/checks/utils/allowedHttpLinks.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,3 +770,5 @@ https://survey.roblox.com/jfe/form/SV_b1QDMtBNrR0EUGG
770770
https://en.help.roblox.com/hc/en-us/articles/20292312961556-Getting-Started-How-To-Subscribe
771771
https://www.youtube-nocookie.com/embed/jLNgutvbALY?si=CU8CiDeiQOMIDfDr
772772
https://www.youtube-nocookie.com/embed/BezI4tL4E5k
773+
https://en.help.roblox.com/hc/en-us/articles/47967913158164-Roblox-Plus
774+
https://en.help.roblox.com/hc/en-us/articles/360024256251-Roblox-Premium-Membership

0 commit comments

Comments
 (0)