TextChatService:DisplayBubble doesn't work in studio

Issue:

TextChatService:DisplayBubble() or the to be deprecated ChatService:Chat() doesn’t work on studio. The only way to make them work is to run the script through command bar.

Reproduction Steps:

Make a script in an npc and type this script:

local tcs = game:GetService("TextChatService")

tcs:DisplayBubble(script.Parent.Head,"Hello!")

It should work but it doesn’t.

Expected Behaviour:

TextChatService:DisplayBubble() or the to be deprecated ChatService:Chat() should show the bubble while running and play testing!

Actual Behaviour:

TextChatService:DisplayBubble() or the to be deprecated ChatService:Chat() should show the bubble while running and play testing but yet it doesn’t and I have to do it using command bar.

A private message is associated with this bug report

3 Likes

Thanks for the report! We’ll follow up when we have an update for you.

1 Like

Alright, thanks mate. Appreciated.