Current Behavior:
- TextChatService’s OnIncomingMessage changes the text chat color via rich text
- TextChatService’s OnBubbleAdded changes the bubble text chat color
- OnIncomingMessage overrides OnBubbleAdded’s text chat color
Reproduction File
TextChatBug.rbxl (53.6 KB)
Expected behavior
Expected Behavior
- OnBubbleAdded should override the chat bubble text color if given
- otherwise, use the old behavior (for backwards-compatibility)
A private message is associated with this bug report