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.
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.
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.