Skip to content

Commit 715c129

Browse files
sammygreyIgnisRBX
andauthored
Update content/en-us/reference/engine/classes/TextChatService.yaml
Co-authored-by: IgnisRBX <[email protected]>
1 parent 57e029e commit 715c129

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ methods:
311311
Determines whether a user has permission to chat in experiences. Factors
312312
such as parental control settings may prevent the user from sending
313313
messages. Errors if the userId is not in the current server. Note that
314-
this method can be used with all current player userIds in a `Class.Script`
314+
this method can be used with all current player `Class.Player.UserId|UserIds` in a `Class.Script`
315315
with `Class.Script.RunContext|RunContext` of `Enum.RunContext.Server` or
316-
`Enum.RunContext.Legacy`. In a `Class.LocalScript` this method can be used,
317-
but only with the userId of the local player.
316+
`Enum.RunContext.Legacy`. This method can also be used in a `Class.LocalScript`
317+
but only with the `Class.Player.UserId|UserId` of the local player.
318318
code_samples: []
319319
parameters:
320320
- name: userId

0 commit comments

Comments
 (0)