Simple request, add a “nametag” in the list of available body parts. I want to be able to attach nametags to players with ease, without having to adjust their position or rotation above the player’s head constantly.
Could this not be done using an offset?
While an offset does work for positioning, that isnt exactly the issue. Attached objects are also affected by rotation, so if you rotate your head, the nametag will tilt weirdly and follow the player’s head exactly, which is undesired
Point is, I want to be able to have a nametag that moves like a nametag; not rotating with the head, while also staying relatively stable. Right now my current solution is to just simply get the players head position, offset it a little bit vertically, and then position it there
Is there a root body part, like how you can get the position of a player directly instead of their head or body position?
unfortunately not, there’s only the physical body parts to attach objects to
while a “root object” bone would work, it wouldn’t automatically change the height of the nametag depending on how tall the player is (as player height is variable), so if you were to change your outfit, your nametag might either have clipping issues with your existing avatar items, or be a bit further above your head then intended.