Chat

extends Instance

Class fields

FieldXML typeValue
NamestringChat
ExplorerOrderstring510
ExplorerImageIndexstring33
ServiceVisibilitytoken2

Properties

1
LoadDefaultChat
bool
FieldXML typeValue
NamestringLoadDefaultChat

Functions

1
Chat
(partOrCharacter: Instance, message: string, color: ChatColor = …) → void
FieldXML typeValue
NamestringChat

Yield functions

5
CanUserChatAsync
(userId: int) → bool
FieldXML typeValue
NamestringCanUserChatAsync
summarystringCompatibility stub that always allows chat. Real permission checks are not yet implemented.
CanUsersChatAsync
(userIdFrom: int, userIdTo: int) → bool
FieldXML typeValue
NamestringCanUsersChatAsync
summarystringCompatibility stub that always allows chat. Real permission checks are not yet implemented.
FilterStringAsync
(stringToFilter: string, playerFrom: Instance, playerTo: Instance) → string
FieldXML typeValue
NamestringFilterStringAsync
summarystringCompatibility stub that returns the input unchanged. Real text filtering is not yet implemented.
FilterStringForBroadcast
(stringToFilter: string, playerFrom: Instance) → string
FieldXML typeValue
NamestringFilterStringForBroadcast
summarystringCompatibility stub that returns the input unchanged. Real text filtering is not yet implemented.
FilterStringForPlayerAsync
(stringToFilter: string, playerToFilterFor: Instance) → string
FieldXML typeValue
NamestringFilterStringForPlayerAsync
summarystringDeprecated compatibility stub that returns the input unchanged. Real text filtering is not yet implemented.

Events

1
Chatted
(part: Instance, message: string, color: ChatColor) → void
FieldXML typeValue
NamestringChatted