Skip to content

Commit c4a574a

Browse files
authored
Update groups.md (#918)
## Changes <!-- Please summarize your changes. --> <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> ## Checks By submitting your pull request for review, you agree to the following: - [ ] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [ ] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [ ] To the best of my knowledge, all proposed changes are accurate.
1 parent 86313f2 commit c4a574a

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

content/en-us/projects/groups.md

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ Roles created using the legacy [Groups](https://www.roblox.com/groups) pages wil
5757
<td>**Add or remove [role] role members**</td>
5858
<td>Members with this role can give or remove the role to/from other members in the group. This permission is useful for roles that should have some management permissions but not at the super‑admin level.</td>
5959
</tr>
60+
<tr>
61+
<td>**Configure limited roles**</td>
62+
<td>Members with this role can configure the roles they are assigned and assign permissions to those roles that they themselves have.</td>
63+
</tr>
64+
<tr>
65+
<td>**Administrate all roles**</td>
66+
<td>Members with this role can create, delete, and configure any role in the group. This is a super‑admin permission, as it provides nearly full access.</td>
67+
</tr>
6068
<tr>
6169
<td>**Configure group profile**</td>
6270
<td>Members with this role can update the group's name, description, and other metadata. Does not include transferring ownership, which only the owner can do.</td>
@@ -76,12 +84,16 @@ Roles created using the legacy [Groups](https://www.roblox.com/groups) pages wil
7684
<td>**Edit all group experiences**</td>
7785
<td>Members with this role can edit all experiences and [assets](../projects/assets/index.md) owned by the group. Does not include editing an experience outside of a [collaborative](../projects/collaboration.md) session or saving a place from one experience into another experience.</td>
7886
</tr>
87+
<tr>
88+
<td>**Edit & publish all group experiences**</td>
89+
<td>Members with this role can both edit experiences, as above, and also publish experiences to Roblox.</td>
90+
</tr>
7991
<tr>
8092
<td>**View all analytics for group experiences**</td>
8193
<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.</td>
8294
</tr>
8395
</tbody>
84-
<thead>
96+
<thead>
8597
<tr>
8698
<th colspan="2">Group Revenue</th>
8799
</tr>
@@ -95,8 +107,12 @@ Roles created using the legacy [Groups](https://www.roblox.com/groups) pages wil
95107
<td>**View group revenue**</td>
96108
<td>Members with this role can view the group Robux balance, any configured recurring split payouts, and (in the future) new revenue logging features.</td>
97109
</tr>
110+
<tr>
111+
<td>**Advertise group**</td>
112+
<td>Members with this role can advertise the group.</td>
113+
</tr>
98114
</tbody>
99-
<thead>
115+
<thead>
100116
<tr>
101117
<th colspan="2">Avatar Item Permissions</th>
102118
</tr>
@@ -111,7 +127,7 @@ Roles created using the legacy [Groups](https://www.roblox.com/groups) pages wil
111127
<td>Members with this role can create classic avatar items such as 2D clothing.</td>
112128
</tr>
113129
</tbody>
114-
<thead>
130+
<thead>
115131
<tr>
116132
<th colspan="2">Open Cloud Permissions</th>
117133
</tr>
@@ -126,6 +142,25 @@ Roles created using the legacy [Groups](https://www.roblox.com/groups) pages wil
126142
<td>Members with this role can configure and upload their own [Open Cloud API keys](../cloud/open-cloud/api-keys.md) to the group (but not configure everyone else's as above).</td>
127143
</tr>
128144
</tbody>
145+
<thead>
146+
<tr>
147+
<th colspan="2">Asset Permissions</th>
148+
</tr>
149+
</thead>
150+
<tbody>
151+
<tr>
152+
<td>**View development items**</td>
153+
<td>Members with this role can view development items owned by the group, for example **Audio**.</td>
154+
</tr>
155+
<tr>
156+
<td>**Create and configure development items**</td>
157+
<td>Members with this role can upload and configure asset development items such as **Decals**.</td>
158+
</tr>
159+
<tr>
160+
<td>**Manage development item permissions**</td>
161+
<td>Members with this role can configure permissions of development items, for example audio sharing.</td>
162+
</tr>
163+
</tbody>
129164
</table>
130165

131166
3. <Chip label="important" size="medium" variant="outlined" color="warning" /> Click the **Save Changes** button to apply the permission settings.

0 commit comments

Comments
 (0)