How do I hide the player nametag?

I am trying to hide a players name tag because I am using a custom one.

I have tried setting the DisplayDistanceType to none but that hides the health bar too which I need. I also tried setting the NameDisplayDistance to 0 which didn’t work. I’d like to avoid making a custom health bar too. Any solutions?

2 Likes

This also hides the health bar that I need.

Make a custom health bar overhead then :open_mouth:

1 Like

Yes, that’s true. You should also make a custom health gui then.

Well I guess theres no other way as I’ve tried everything but roblox should really make this easier lmao

Nvm found a solution apparently I can only do this
Humanoid.DisplayName = " "

4 Likes

I would suggest to set DisplayDistanceType to Subject and set NameDisplayDistance to 0 instead of using DisplayName.

5 Likes

Alright I’ll do that thanks.

just to get above the characters needed limit