diff --git a/content/en-us/reference/engine/classes/TextChatService.yaml b/content/en-us/reference/engine/classes/TextChatService.yaml index b88ba816d..0bb390978 100644 --- a/content/en-us/reference/engine/classes/TextChatService.yaml +++ b/content/en-us/reference/engine/classes/TextChatService.yaml @@ -311,9 +311,10 @@ methods: Determines whether a user has permission to chat in experiences. Factors such as parental control settings may prevent the user from sending messages. Errors if the userId is not in the current server. Note that - this method is only available for use in a `Class.Script` with - `Class.Script.RunContext|RunContext` of `Enum.RunContext.Server` or - `Enum.RunContext.Legacy`. + this method can be used with all current player `Class.Player.UserId|UserIds` in a `Class.Script` + with `Class.Script.RunContext|RunContext` of `Enum.RunContext.Server` or + `Enum.RunContext.Legacy`. This method can also be used in a `Class.LocalScript` + but only with the `Class.Player.UserId|UserId` of the local player. code_samples: [] parameters: - name: userId