chat:Chat() does show bubble chat in studio but not in-game

Hello! I’m using

game:GetService("Chat"):Chat(character.Head,"some random string")

to let them speak. The “speech bubbles” only appear in studio, however, and not in-game. I couldn’t find any beta-features that I have enabled that would explain such behaviour. I’m confused.

does work on my phone…?!

1 Like

When I had an issue with a script working in studio but not in-game, it was an issue with which side the script was fired from.
Could also make it print(“some random string”) when it’s fired and then launch the game and go to the dev console and see if it’s firing.

2 Likes

The problem is that speech bubbles using chat:Chat() are only shown on mobile devices and in studio, however not on the desktop client.

I’m having the problem client- and server-sided + with textChatService:DisplayBubble() as well… it does display in studio + mobile but somehow not on my pc…

even better - works for my friend on her pc… so I assume this is a roblox bug

1 Like

Love to hear it lol, good luck

1 Like

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