How can I fix the Voice Chat box being to high above my players head?

How can I fix the Voice Chat box being to high above my players head?

I think you should adjust the player model. I think I experienced this before but with chat boxes.

Is there even a (custom) StarterCharacter?

I’m almost certain this is just because the chat bubble goes above the bounding box of your player, so if theres parts in your player above their head then the chat bubble rises to be above that.

I don’t know for sure, but I think anything parented to a tool inside the player gets ignored in the player’s height calculation. This would mean there’s some way to ignore other parts.

I’d start by checking all scripts involving the chat bubbles, try to find anything involving it’s position.

Alternatively, you could just get the relative (relative to the humanoidrootpart) height of anything you add to the player’s character, then just subtract the chatbubble’s studs offset by that height offset