Skip to content

Commit cef76f9

Browse files
update Open Source Docs from Roblox internal teams
1 parent 5feb6a5 commit cef76f9

File tree

5 files changed

+33
-6
lines changed

5 files changed

+33
-6
lines changed

content/en-us/art/characters/manually-update-catalog-heads.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ Import your head back into Studio and verify that it passes validation. If valid
136136
2. Select **Development Item**.
137137
3. Set its **Asset Category** to Model.
138138
4. Save the model to Roblox (no publishing fees are incurred).
139-
1. Get the asset ID of the head asset (not the body bundle).
139+
5. After saving to Roblox, save the asset ID provided.
140+
1. While you can submit either the head or body asset, there is no distinction between head and body asset when saving as a development item.
141+
2. For submission to the web form, we prefer that you get the asset ID of the head, but you can use either the head or body asset ID and Roblox will replace the head accordingly.
140142

141143
## 5. Provide the assetID of your updated head
142144

@@ -153,5 +155,6 @@ Roblox has published a series of documentation and video tutorials on best pract
153155

154156
- [Dynamic head overview](./facial-animation/)
155157
- [Head validation process](./head-validation.md)
158+
- [Head validation video guide](https://www.youtube.com/watch?v=OwhkWzSBnf0)
156159
- [Avatar Auto-Setup](../../avatar-setup/auto-setup.md)
157160
- [Caging Best Practices](../accessories/caging-best-practices.md)

content/en-us/projects/groups.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ Roles created using the legacy [Groups](https://www.roblox.com/communities) page
9595
<td>**Edit and publish all group experiences**</td>
9696
<td>Members with this role can both edit experiences, as above, and also publish experiences to Roblox. Optionally available as a [per‑experience permission](./configure-experiences.md).</td>
9797
</tr>
98-
<tr>
99-
<td>**Monetize all group experiences**</td>
100-
<td>Members with this role can manage monetization products such as [passes](../production/monetization/passes.md), [developer products](../production/monetization/developer-products.md), [subscriptions](../production/monetization/subscriptions.md), and more. Optionally available as a [per‑experience permission](./configure-experiences.md).</td>
101-
</tr>
10298
<tr>
10399
<td>**View all analytics for group experiences**</td>
104100
<td>Members with this role can access the [analytics](../production/analytics/index.md) of all experiences owned by the group, even if they don't have edit access. Optionally available as a [per‑experience permission](./configure-experiences.md).</td>
@@ -115,6 +111,14 @@ Roles created using the legacy [Groups](https://www.roblox.com/communities) page
115111
<td>**Configure bans for all group experiences**</td>
116112
<td>Members with this role can ban and manage banned users for all experiences owned by the group.</td>
117113
</tr>
114+
<tr>
115+
<td>**Access read-only chat and configure bans for all group experiences**</td>
116+
<td>Members with this role can view all in-experience chat messages and ban or manage banned users across all experiences owned by the group.<br/><br/>To view in-experience chat messages, enable **Read-only view** in the in-experience settings.</td>
117+
</tr>
118+
<tr>
119+
<td>**Configure monetization for all group experiences**</td>
120+
<td>Members with this role can manage monetization products such as [passes](../production/monetization/passes.md), [developer products](../production/monetization/developer-products.md), [subscriptions](../production/monetization/subscriptions.md), and more. Optionally available as a [per‑experience permission](./configure-experiences.md).</td>
121+
</tr>
118122
<tr>
119123
<td>**List, create, update, and delete secrets for all group experiences**</td>
120124
<td>Members with this role can see the list of [secrets](../cloud-services/secrets.md) and can create, update, and delete secrets for all experiences owned by the group. Optionally available as a [per‑experience permission](./configure-experiences.md).</td>

content/en-us/reference/engine/datatypes/CatalogSearchParams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ properties:
8484
The time period to use to aggregate the sort results.
8585
description: |
8686
The time period to use to aggregate the sort results by, represented by a
87-
`Enum.CatalogCategoryFilter`. This only applies when the sort type is
87+
`Enum.CatalogSortAggregation`. This only applies when the sort type is
8888
`Enum.CatalogSortType.MostFavorited` or
8989
`Enum.CatalogSortType.BestSelling`. It does not apply for other sort
9090
types.

jest.config.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"extensionsToTreatAsEsm": [".ts", ".mts"],
3+
"testEnvironment": "node",
4+
"testRegex": "(\\.|/)test\\.[jt]sx?$",
5+
"transform": {
6+
"^.+\\.[m]?ts$": [
7+
"ts-jest",
8+
{
9+
"useESM": true
10+
}
11+
]
12+
},
13+
"moduleNameMapper": {
14+
"^(\\.{1,2}/.*)\\.js$": "$1",
15+
"^(\\.{1,2}/.*)\\.mjs$": "$1.mts"
16+
},
17+
"automock": false,
18+
"testPathIgnorePatterns": ["/node_modules/", "\\.github/"]
19+
}

tools/checks/utils/allowedHttpLinks.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ https://www.wizkidlearning.com/
441441
https://www.wowschool.pl/
442442
https://www.youthtechinc.com/
443443
https://www.youtube.com/@RobloxLearn
444+
https://www.youtube.com/watch?v=OwhkWzSBnf0
444445
https://www.youtube-nocookie.com/embed/OwhkWzSBnf0
445446
https://www.youtube-nocookie.com/embed/HVUO3Dl7qT0
446447
https://www.youtube-nocookie.com/embed/rHkHXl4Qkpg

0 commit comments

Comments
 (0)