ChatService:Chat() doesn't work with unions

Using ChatService:Chat(PVInstance,msg) works fine on a part, but it doesn’t work on unions, the chat bubble doesn’t appear.

Repro file: UnionChat.rbxl (16.1 KB)

The bubble chat core-script just checks :IsA(“Part”) when it should check :IsA(“BasePart”). I have created a pull request to fix this issue. Make ChatService:Chat() work for unions. by ConorGriffin37 · Pull Request #716 · Roblox/Core-Scripts · GitHub

3 Likes

On the same note, think we could see the standard chat bubble added to this?

I’ll try to get this added.

2 Likes

Well now I know why my custom rig which uses a MeshPart as its head has no chat bubble.

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