Yield functions
5CanUserChatAsync
(userId: int) → bool
| Field | XML type | Value |
|---|
Name | string | CanUserChatAsync |
summary | string | Compatibility stub that always allows chat. Real permission checks are not yet implemented. |
CanUsersChatAsync
(userIdFrom: int, userIdTo: int) → bool
| Field | XML type | Value |
|---|
Name | string | CanUsersChatAsync |
summary | string | Compatibility stub that always allows chat. Real permission checks are not yet implemented. |
FilterStringAsync
(stringToFilter: string, playerFrom: Instance, playerTo: Instance) → string
| Field | XML type | Value |
|---|
Name | string | FilterStringAsync |
summary | string | Compatibility stub that returns the input unchanged. Real text filtering is not yet implemented. |
FilterStringForBroadcast
(stringToFilter: string, playerFrom: Instance) → string
| Field | XML type | Value |
|---|
Name | string | FilterStringForBroadcast |
summary | string | Compatibility stub that returns the input unchanged. Real text filtering is not yet implemented. |
FilterStringForPlayerAsync
(stringToFilter: string, playerToFilterFor: Instance) → string
| Field | XML type | Value |
|---|
Name | string | FilterStringForPlayerAsync |
summary | string | Deprecated compatibility stub that returns the input unchanged. Real text filtering is not yet implemented. |