Set Chat Adornee?

Hey there.

I have a parachute which you equip on your back that isn’t really relevant, however long story short, how would I make the chat bubble appear over the head (chat.adornee = character.Head or something similar). Not the HumanoidRootPart or the highest point of a player, just above the head. I’ve been looking at chat.BubbleChat etc and just can’t find how.

Thanks.

1 Like

You will need to edit the chat scripts that appear in ChatService when you playtest. Just copy them and paste them into ChatService then make the edits you need.

I’ve gotten that far already as explained, but what do I edit and in which script?

There is a function called createBillboardInstance in the BubbleChat script, you can edit the studs offset there. By default the adornee parameter is just set the players character, not a part within the player. You will need to pass a different instance.

1 Like

Thank you, couldn’t find that part. :3