File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments