Roblox API Reference

TextChatService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.

Tags: [NotCreatable, Service]

Inherits (1)

Member index (14)

Type Member History
bool ChatTranslationEnabled 595 599 599 599
bool ChatTranslationFTUXShown 599
bool ChatTranslationToggleEnabled 595 599
ChatVersion ChatVersion 514
bool CreateDefaultCommands 514 516 516
bool CreateDefaultTextChannels 514 516 516
bool CanUserChatAsync (int64 userId) 580
bool CanUsersChatAsync (int64 userIdFrom, int64 userIdTo) 580
null DisplayBubble (Instance partOrCharacter, string message) 580
BubbleDisplayed (Instance partOrCharacter, TextChatMessage textChatMessage) 580 587
MessageReceived (TextChatMessage textChatMessage) 514
SendingMessage (TextChatMessage textChatMessage) 514 518 519
Tuple OnBubbleAdded (TextChatMessage message, Instance adornee) 587
Tuple OnIncomingMessage (TextChatMessage message) 514
57 members inherited from Instance

History

Members

BubbleDisplayed On DevHub

Name Type Default
partOrCharacter Instance none
textChatMessage TextChatMessage none

History

CanUserChatAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
userId int64 none

History

Tags: [Yields]

CanUsersChatAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
userIdFrom int64 none
userIdTo int64 none

History

Tags: [Yields]

ChatTranslationEnabled On DevHub

This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [NotReplicated]

ChatTranslationFTUXShown On DevHub

This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, NotReplicated]

ChatTranslationToggleEnabled On DevHub

This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, NotReplicated]

ChatVersion On DevHub

History

CreateDefaultCommands On DevHub

History

CreateDefaultTextChannels On DevHub

History

DisplayBubble On DevHub

Name Type Default
partOrCharacter Instance none
message string none

History

MessageReceived On DevHub

Name Type Default
textChatMessage TextChatMessage none

History

OnBubbleAdded On DevHub

Name Type Default
message TextChatMessage none
adornee Instance none

History

OnIncomingMessage On DevHub

Name Type Default
message TextChatMessage none

History

SendingMessage On DevHub

Name Type Default
textChatMessage TextChatMessage none

History

Relevant classes (2)

Relevant enums (1)