Skip to content

Commit

Permalink
Update groups.md (#918)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
IgnisRBX authored Nov 20, 2024
1 parent 86313f2 commit c4a574a
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions content/en-us/projects/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ Roles created using the legacy [Groups](https://www.roblox.com/groups) pages wil
<td>**Add or remove [role] role members**</td>
<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>
</tr>
<tr>
<td>**Configure limited roles**</td>
<td>Members with this role can configure the roles they are assigned and assign permissions to those roles that they themselves have.</td>
</tr>
<tr>
<td>**Administrate all roles**</td>
<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>
</tr>
<tr>
<td>**Configure group profile**</td>
<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>
Expand All @@ -76,12 +84,16 @@ Roles created using the legacy [Groups](https://www.roblox.com/groups) pages wil
<td>**Edit all group experiences**</td>
<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>
</tr>
<tr>
<td>**Edit & publish all group experiences**</td>
<td>Members with this role can both edit experiences, as above, and also publish experiences to Roblox.</td>
</tr>
<tr>
<td>**View all analytics for group experiences**</td>
<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>
</tr>
</tbody>
<thead>
<thead>
<tr>
<th colspan="2">Group Revenue</th>
</tr>
Expand All @@ -95,8 +107,12 @@ Roles created using the legacy [Groups](https://www.roblox.com/groups) pages wil
<td>**View group revenue**</td>
<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>
</tr>
<tr>
<td>**Advertise group**</td>
<td>Members with this role can advertise the group.</td>
</tr>
</tbody>
<thead>
<thead>
<tr>
<th colspan="2">Avatar Item Permissions</th>
</tr>
Expand All @@ -111,7 +127,7 @@ Roles created using the legacy [Groups](https://www.roblox.com/groups) pages wil
<td>Members with this role can create classic avatar items such as 2D clothing.</td>
</tr>
</tbody>
<thead>
<thead>
<tr>
<th colspan="2">Open Cloud Permissions</th>
</tr>
Expand All @@ -126,6 +142,25 @@ Roles created using the legacy [Groups](https://www.roblox.com/groups) pages wil
<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>
</tr>
</tbody>
<thead>
<tr>
<th colspan="2">Asset Permissions</th>
</tr>
</thead>
<tbody>
<tr>
<td>**View development items**</td>
<td>Members with this role can view development items owned by the group, for example **Audio**.</td>
</tr>
<tr>
<td>**Create and configure development items**</td>
<td>Members with this role can upload and configure asset development items such as **Decals**.</td>
</tr>
<tr>
<td>**Manage development item permissions**</td>
<td>Members with this role can configure permissions of development items, for example audio sharing.</td>
</tr>
</tbody>
</table>

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

0 comments on commit c4a574a

Please sign in to comment.