Bubble Chat not working on Characters with humanoids named something else

Here’s what it looks like Normal:
image

Here’s what it looks like when changing Humanoid:
image

I don’t know if this is a bug or intentional, I’ve done nothing to the Text Chat Service but enabled Bubble Chat.

1 Like

intentional its normal fkdfldfdfdfdfld

Why are you renaming the Humanoid? My guess would be that the BubbleChatService puts the chat bubble in the Humanoid.

Something like: chatBubble.Parent = Character:FindFirstChild("Humanoid")

So when it doesn’t find the Humanoid, it doesn’t know where to put the bubble.

1 Like