Chat bubbles no longer appear when using :Chat(object,string)

Chat bubbles still work while playing online, just not in studio.

Are you in play solo?

Solo, local server/client, and both while editing a published place.

I think I see what’s up, but can you send your repro place so I can confirm this issue?

It’s a studio issue. I can repro on any place file.

I am having similar issues. :Chat() is not showing a bubble in a new studio file, in play solo or in online mode for me.

That’s what I’m seeing as well. I’ll add this to the bug list.

I was about to make a bug report when I saw this thread - it broke all NPCs in my game… hope it gets fixed really soon.

1 Like

Yeah, same here.
I’ve had to do both :chat and custom notifications for my NPCs.

@Silent137 This is still broken and really hurting some games.

Any idea if this is being fixed? I thought it might be in last night’s release :stuck_out_tongue:

Any news on this?

Looks like it’s fixed with last night’s release

1 Like

Not for me. NPCs are still missing chat bubbles in my game, and I haven’t modified the code in months. This is what I’m using:

game:GetService("Chat"):Chat(NPC.Head, "Message", "Blue")

It works in online games with Bubble Chat enabled.

2 Likes

Aha, this is new. The game has always had bubble chat disabled, since it’s a singleplayer game. Though I enabled it and it works fine now. Thanks for fixing it!

Is there any way to get it to show up without enabling bubble chat?

Does anyone know if this is still an issue, as in getting it to work without bubble chat enabled?

1 Like