Skip to content

Commit bc4ec39

Browse files
update Open Source Docs from Roblox internal teams
1 parent 3f6b103 commit bc4ec39

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/en-us/reference/engine/classes/Players.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,8 @@ methods:
629629
[Usage Guidelines](../../../players/index.md#banning-users). You should
630630
also post your experience rules somewhere accessible to all users and
631631
provide a way for them to appeal. This method is enabled and disabled by
632-
the `Class.Players.BanningEnabled` property, which you can toggle in Studio.
632+
the `Class.Players.BanningEnabled` property, which you can toggle in
633+
Studio.
633634
634635
##### Banning and Messaging
635636
@@ -1227,9 +1228,9 @@ methods:
12271228
`Class.Players.BanningEnabled` property, which you can toggle in Studio.
12281229
description: |
12291230
Unbans players banned from `Class.Players:BanAsync()` or the
1230-
[User Restrictions Open Cloud API](/cloud/reference/UserRestriction).
1231-
This method is enabled and disabled by the
1232-
`Class.Players.BanningEnabled` property, which you can toggle in Studio.
1231+
[User Restrictions Open Cloud API](/cloud/reference/UserRestriction). This
1232+
method is enabled and disabled by the `Class.Players.BanningEnabled`
1233+
property, which you can toggle in Studio.
12331234
12341235
Like `Class.Players:BanAsync()`, this method takes in a `config`
12351236
dictionary that will let you bulk unban users. This configures the users

0 commit comments

Comments
 (0)