TextChatService Bubble Chat not displaying bubbles on custom character with alternate humanoid name

When spawning in as a model with the Humanoid not being named “Humanoid” bubble chat won’t enable.

Here’s an example just press play:
CustomCharacterBubbleChat.rbxl (1.9 MB)

Renaming the Humanoid back to “Humanoid” in the char before spawning fixes it

Expected behavior

Bubble chat should work regardless. In this case I name by Humanoid objects “Dinosaur”.

I have multiple custom characters that have humanoids named “Dinosaur” instead as weird habit from back in the day where doing this would prevent the player from being able to reset their char in the CoreGUI.

I can prob fix this with a FindFirstChildWhichIsA(“Humanoid”), and updating all my scripts if needed

1 Like