TextChatService:DisplayBubble() doesn't work

When using game.TextChatService:DisplayBubble(), it fails to display the bubble. This happens in all experiences and the only workaround is using game.Chat:Chat(), which is deprecated.

Expected behaviour

game.TextChatService:DisplayBubble() works exactly like game.Chat:Chat() and displays the chat bubble.

System information

OS: Windows 11
CPU: Intel(R) Core™ i7-9750H CPU @ 2.60Hz
GPU (0): Intel(R) UHD Graphics 630
GPU (1): NVIDIA GeForce GTX 1660 Ti

5 Likes

This was addressed in a post made by a Staff about the release of TextChatService. You’ll have to rely on game.Chat:Chat() for the time being.

2 Likes

That makes sense why it doesn’t work. Thanks for telling me!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.