Skip to content

Commit 683faca

Browse files
update Open Source Docs from Roblox internal teams
1 parent 77633e5 commit 683faca

File tree

4 files changed

+46
-5
lines changed

4 files changed

+46
-5
lines changed

content/common/navigation/scale/analytics.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ navigation:
44
path: /production/analytics/
55
- title: Insights
66
path: /production/analytics/insights
7-
7+
88
- heading: Monitor
99
- title: Performance
1010
path: /production/analytics/performance
1111
- title: Error report
1212
path: /production/analytics/error-report
13-
13+
1414
- heading: Dashboards
1515
- title: Overview
1616
path: /production/analytics/analytics-dashboard
@@ -26,7 +26,9 @@ navigation:
2626
path: /production/analytics/feedback
2727
- title: Monetization
2828
path: /production/analytics/monetization
29-
29+
- title: Bans
30+
path: /production/bans
31+
3032
- heading: Event types
3133
- title: Overview
3234
path: /production/analytics/event-types
Lines changed: 3 additions & 0 deletions
Loading

content/en-us/players/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,11 @@ end)
107107

108108
## Ban users
109109

110-
To ensure civility and fair play in your experiences, you can ban users who violate your experience rules and community guidelines. You can modify ban durations, ban messages, and even extend bans to potential alternate accounts. When using this feature, you must also follow guidelines for [banning](#ban-guidelines) and [messaging](#message-guidelines).
110+
To ensure civility and fair play in your experiences, you can ban users who violate your experience rules and community guidelines. You can modify ban durations, ban messages, and even extend bans to potential alternate accounts. When using this feature, you must also follow guidelines for [banning](#ban-guidelines) and [messaging](#message-guidelines). You have several options for working with bans:
111111

112-
For implementation and usage instructions, see `Class.Players.BanAsync`.
112+
- Each experience page on the [Creator Hub](https://create.roblox.com/) has a [Bans dashboard](../production/bans.md).
113+
- For programmatic usage with the Engine API, see `Class.Players:BanAsync()`.
114+
- For Open Cloud, see [Bans and blocks](/cloud/features/bans-and-blocks).
113115

114116
### Ban guidelines
115117

content/en-us/production/bans.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Bans
3+
description: The Creator Hub Bans dashboard lets you ban users and manage bans.
4+
---
5+
6+
The **Bans** dashboard lets you view current bans, ban users, and unban users. You can view both public and private reasons for each ban, expiration dates for non-permanent bans, and ban history for the user.
7+
8+
![Overview of the Bans dashboard.](../assets/analytics/bans/bans-overview.png)
9+
10+
## Access the dashboard
11+
12+
To access the Bans page, you must either be the experience owner or have [Configure bans for all group experiences permissions](../projects/groups.md#roles-and-permissions).
13+
14+
1. Navigate to your [Creations](https://create.roblox.com/dashboard/creations) page on **Creator Dashboard** and select your experience.
15+
1. In the **Moderation** menu on the left, select **Bans**.
16+
17+
## Ban users
18+
19+
To ban a user, select the **Add users** button, fill out the details, and click **Apply Ban**.
20+
21+
- You must have the numeric user ID for each user you want to ban. To ban multiple users, include a comma-separated list of IDs.
22+
- **Apply ban to all known alt accounts** lets you also include alt (alternate) accounts.
23+
- Include a public and private reason for the ban. These fields can be identical. Roblox displays the public reason for the ban to the user if they attempt to join your experience.
24+
- For guidelines on banning users, see [Users and players](../players/index.md#ban-guidelines).
25+
26+
## View bans
27+
28+
The default dashboard view shows current bans. You can sort by date of the ban and search for a particular user ID.
29+
30+
Under the **More** column, choose **See ban history** to view history for the user. When choosing whether to unban a user, this information can help you decide if the user was a one-time problem or persistently breaks the rules.
31+
32+
## Unban users
33+
34+
To unban users, choose one or more and click **Unban users**. Unbanned users can immediately access your experience again. Manually unbanning a user does **not** remove their ban history.

0 commit comments

Comments
 (0)