TextChatCommand
Show Deprecated
Represents a text chat command. Can be used to create custom text chat commands when parented to TextChatService.
Custom commands can have up to two aliases, and the Triggered event fires when a user's message matches the value of either the PrimaryAlias or SecondaryAlias. For an example of custom commands, see Custom text chat commands.
To learn more about using TextChatService, see In-experience text chat.
Summary
Properties
Determines whether the TextChatCommand is enabled.
A primary alias used to trigger the TextChatCommand.
A secondary alias used to trigger the TextChatCommand.
Events
An event that developers can bind to execute commands.