Skip to content

Commit aefbe50

Browse files
sync: update documentation sources (2026-03-18 02:24 UTC)
1 parent c3c428f commit aefbe50

45 files changed

Lines changed: 67 additions & 208465 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

roblox-api/Full-API-Dump.json

Lines changed: 1 addition & 208401 deletions
Large diffs are not rendered by default.

roblox/en-us/audio/assets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ You can import custom audio through the [Asset Manager](../projects/assets/manag
3636
- Its sample rate is less than or equal to 48 kHz.
3737
- Its channels are set to mono or stereo 2.0, 3.0, or 5.1 surround.
3838

39-
If you're [ID verified](../production/publishing/account-verification.md), you can import 100 free audio assets per 30 days; if you're unverified, you can import 10 free audio assets per 30 days. Studio assigns each new audio asset a **unique asset ID** that you can use within your experiences to [play the audio](../audio/objects.md).
39+
If you're [ID verified](../production/publishing/account-verification.md), you can import 2,000 free audio assets per 30 days; if you're unverified, you can import 100 free audio assets per 30 days. If a daily import limit exists, it's removed and replaced with a simplified monthly limit.
40+
41+
Studio assigns each new audio asset a **unique asset ID** that you can use within your experiences to [play the audio](../audio/objects.md).
4042

4143
<Tabs>
4244
<TabItem key = "1" label="Asset Manager">

roblox/en-us/marketplace/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Understand how to create and sell items on the Marketplace, includi
77

88
The **Marketplace** is where all Roblox users can find avatar items to purchase and equip to their global avatar character. In the Marketplace, you can find character bodies and heads, clothing, accessories, animations, and other cosmetic items.
99

10-
Users can access the Marketplace [through the web](https://www.roblox.com/catalog) or within the Roblox App. Developers can also set up access to the Marketplace within their experiences by using the [Avatar Editor Service](../players/avatar-editor.md). Developers receive a commission based of sales of Marketplace items within their experience.
10+
Users can access the Marketplace [through the web](https://www.roblox.com/catalog) or within the Roblox App. Developers can also set up access to the Marketplace within their experiences by using the [Avatar Editor Service](../players/avatar-editor.md). Developers receive a commission based on sales of Marketplace items within their experience.
1111

1212
<Alert severity ='warning'>
1313
The Marketplace is not the same as the [Creator Store](../production/creator-store.md). The Creator Store provides assets for creators to use for the development of their experiences, such as models, images, and plugins.
@@ -21,4 +21,4 @@ Creators can sell 3D accessories, clothing, and character bodies on the Marketpl
2121
- [Intellectual property](../marketplace/intellectual-property.md) &mdash; provides an overview of how intellectual property works on the Marketplace.
2222
- [Moderation](../marketplace/moderation.md) &mdash; describes the process in which assets are moderated, including instructions on filing appeals and submitting DMCA requests.
2323

24-
If you have an asset ready to sell, and both you and your asset meets Roblox's policies and guidelines, you can begin [uploading and publishing](../marketplace/publish-to-marketplace.md) your assets to the Marketplace. Depending on the type of item sold, various fees and commissions can apply. For more information, see [Fees and Commissions](../marketplace/marketplace-fees-and-commissions.md).
24+
If you have an asset ready to sell, and both you and your asset meet Roblox's policies and guidelines, you can begin [uploading and publishing](../marketplace/publish-to-marketplace.md) your assets to the Marketplace. Depending on the type of item sold, various fees and commissions can apply. For more information, see [Fees and Commissions](../marketplace/marketplace-fees-and-commissions.md).

roblox/en-us/reference/engine/classes/Attachment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ methods:
366366
code_samples: []
367367
parameters: []
368368
returns:
369-
- type: Instances
369+
- type: List<Constraint>
370370
summary: ''
371371
tags: []
372372
deprecation_message: ''

roblox/en-us/reference/engine/classes/AudioAnalyzer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ methods:
131131
summary: |
132132
An input or output pin on this instance
133133
returns:
134-
- type: Instances
134+
- type: List<Wire>
135135
summary: |
136136
An array of `Class.Wire|Wires`
137137
tags: []

roblox/en-us/reference/engine/classes/AudioChannelMixer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ methods:
7979
summary: |
8080
An input or output pin on this instance
8181
returns:
82-
- type: Instances
82+
- type: List<Wire>
8383
summary: |
8484
An array of `Class.Wire|Wires`
8585
tags: []

roblox/en-us/reference/engine/classes/AudioChannelSplitter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ methods:
8484
summary: |
8585
An input or output pin on this instance
8686
returns:
87-
- type: Instances
87+
- type: List<Wire>
8888
summary: |
8989
An array of `Class.Wire|Wires`
9090
tags: []

roblox/en-us/reference/engine/classes/AudioChorus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ methods:
121121
summary: |
122122
An input or output pin on this instance
123123
returns:
124-
- type: Instances
124+
- type: List<Wire>
125125
summary: |
126126
An array of `Class.Wire|Wires`
127127
tags: []

roblox/en-us/reference/engine/classes/AudioCompressor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ methods:
177177
summary: |
178178
An input or output pin on this instance
179179
returns:
180-
- type: Instances
180+
- type: List<Wire>
181181
summary: |
182182
An array of `Class.Wire|Wires`
183183
tags: []

roblox/en-us/reference/engine/classes/AudioDeviceInput.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ methods:
189189
summary: |
190190
An input or output pin on this instance
191191
returns:
192-
- type: Instances
192+
- type: List<Wire>
193193
summary: |
194194
An array of `Class.Wire|Wires`
195195
tags: []

0 commit comments

Comments
 (0)