Skip to content

Commit 4db06a8

Browse files
update Open Source Docs from Roblox internal teams
1 parent 06ac873 commit 4db06a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ properties:
318318
for a player's `Class.Player.Character|character`.
319319
description: |
320320
This property determines the user ID of the account whose character
321-
appearance is used for a player's `Class.Player.Character`. By default,
321+
appearance is used for a player's `Class.Player.Character|character`. By default,
322322
this property is the `Class.Player.UserId`, which uses the player's avatar
323323
as they have created it on the Roblox website.
324324

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ properties:
8080
writeCapabilities: []
8181
- name: Players.CharacterAutoLoads
8282
summary: |
83-
Indicates whether `Class.Character|Characters` will respawn automatically.
83+
Indicates whether `Class.Player.Character|characters` will respawn automatically.
8484
description: |
85-
This property indicates whether `Class.Character|Characters` will respawn
85+
This property indicates whether `Class.Player.Character|characters` will respawn
8686
automatically. The default value is true.
8787
88-
If this property is disabled (false), player `Class.Character|Characters`
88+
If this property is disabled (false), player `Class.Player.Character|characters`
8989
will not spawn until the `Class.Player:LoadCharacter()` function is called
9090
for each `Class.Player`, including when players join the experience.
9191

0 commit comments

Comments
 (0)