TextChatService
Legacy Icons These icon(s) are only a part of legacy Roblox Studio versions, or are unused as of the studio icons update .
Memory category
Instances
The TextChatService class inherits from Instance. It cannot be instantiated . It was added in version 496 (September 2021) . It enables the new TextChatService Chat system.
Properties
Category: Data.
Write security: RobloxScriptSecurity.
Serialization: cannot load or save.
Thread safety: read safe
ChatTranslationFTUXShown : bool
This class member is missing documentation. Create or add to its subpage at Class:TextChatService/ChatTranslationFTUXShown .
Category: Data.
Read security: RobloxScriptSecurity.
Write security: RobloxScriptSecurity.
Serialization: can save and load.
Thread safety: read safe
Category: Data.
Read security: RobloxScriptSecurity.
Write security: RobloxScriptSecurity.
Serialization: can save and load.
Thread safety: read safe
Category: Data.
Write security: RobloxScriptSecurity.
Serialization: can save and load.
Thread safety: read safe
Category: Data.
Write security: PluginSecurity.
Serialization: can save and load.
Thread safety: read safe
Category: Data.
Write security: PluginSecurity.
Serialization: can save and load.
Thread safety: read safe
HasSeenDeprecationDialog : bool
This class member is missing documentation. Create or add to its subpage at Class:TextChatService/HasSeenDeprecationDialog .
Category: Data.
Read security: RobloxScriptSecurity.
Write security: RobloxScriptSecurity.
Serialization: can save and load.
Thread safety: read safe
IsLegacyChatDisabled : bool
This class member is missing documentation. Create or add to its subpage at Class:TextChatService/IsLegacyChatDisabled .
Category: Data.
Read security: RobloxScriptSecurity.
Write security: RobloxScriptSecurity.
Serialization: can save and load.
Thread safety: read safe
Methods
Parameters Name Type userId int64
CanUsersChatAsync (userIdFrom : int64 , userIdTo : int64 ): bool
Parameters Name Type userIdFrom int64 userIdTo int64
CanUsersDirectChatAsync (requesterUserId : int64 , userIds : Array ): Array
This class member is missing documentation. Create or add to its subpage at Class:TextChatService/CanUsersDirectChatAsync .
CanUsersWhisperAsync (fromUserId : int64 , toUserId : int64 ): bool
This class member is missing documentation. Create or add to its subpage at Class:TextChatService/CanUsersWhisperAsync .
Security: RobloxScriptSecurity.
Thread safety: unsafe
Parameters Name Type partOrCharacter Instance message string
SendExpChatLoadSuccess (loadingLatency : int ): null
This class member is missing documentation. Create or add to its subpage at Class:TextChatService/SendExpChatLoadSuccess .
Security: RobloxScriptSecurity.
Thread safety: unsafe
SendExpChatMessageClientRendered (textChatMessage : TextChatMessage , messageRenderedSurface : string = unknown): null
This class member is missing documentation. Create or add to its subpage at Class:TextChatService/SendExpChatMessageClientRendered .
Security: RobloxScriptSecurity.
Thread safety: unsafe
SendExpChatWindowScroll (): null
This class member is missing documentation. Create or add to its subpage at Class:TextChatService/SendExpChatWindowScroll .
Security: RobloxScriptSecurity.
Thread safety: unsafe
SendExpChatWindowStatusChange (timeClosed : int , timeOpen : int , timeBackgroundIdle : int , timeTextIdle : int ): null
This class member is missing documentation. Create or add to its subpage at Class:TextChatService/SendExpChatWindowStatusChange .
Security: RobloxScriptSecurity.
Thread safety: unsafe
Events
Callbacks
OnChatWindowAdded (message : TextChatMessage ): Tuple
This class member is missing documentation. Create or add to its subpage at Class:TextChatService/OnChatWindowAdded .
Removed members
External Links [ ]