Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TextChatMessageStatus

Indicates the status of a TextChatMessage.

Items 9

HistoryNameValueDescription
513Unknown1

Generic failed status for any other TextChannel:SendAsync() failures.

513Success2

Message has no issues.

513Sending3

Message is sending.

513TextFilterFailed4

Text filter failed to process the message.

513Floodchecked5

Message is from a user sending messages too frequently.

513InvalidPrivacySettings6

Message can't be sent because of the user's chat privacy settings.

513InvalidTextChannelPermissions7

Message's TextSource is either not in the intended TextChannel or TextSource.CanSend is false.

519MessageTooLong8

Message is too long.

651ModerationTimeout9

Message can't be sent because the user has an active moderation timeout on chat.

Description

Indicates the status of a TextChatMessage. The TextChatMessage.Status property is set by TextChannel:SendAsync() to report the outcome of an attempted send. A status of TextChatMessageStatus.Success means the message passed all server-side checks; any other value identifies the reason the message was blocked or has not yet completed delivery.

History 20

Settings