Name Occlusion Help

I am currently playing with the DisplayNaming and such, I noticed there is an “enemyocclusion” option.

My game does not use teams, instead it uses head colors and parents all players in the team to a folder. Is there a way I could have it link that so that players with the same head color or the same parent could see the name?

If possible, I would also like for a special character on the team to have their name visible at any distance within anyone on the same team (same color/parent)

I have searched into the CoreGui, guessing this is where something like this would reside as I had done it for the chat system, but have been unable to find anything specifically.

Sounds like you’ll need to use a custom solution rather than trying to rely on configuring the humanoid.

Try using a BillboardGui to display names and then toggle these on/off from inside a local script for each player depending on what head color they have.