Why won't my character's display name be hidden?

local Players = game:GetService("Players")

Players.PlayerAdded:Connect(function(Player)
	Player.CharacterAdded:Connect(function(Character)
	local Humanoid = Character.Humanoid
	Humanoid.NameDisplayDistance = 0
	end)
end)

I just basically did this lol but it still fails.

Just tried this code and it didnt work either…

Maybe try

and set it to None

I think you’re confused with which display name I’m talking about, I’m talking about hiding the roblox built in display name for characters above their head. Not my custom one.

You can specify the name distance in the properties of the StarterPlayer service. I don’t believe a script is necessary unless you decide this name distance decision should be handled uniquely for different players.

What with starterHumanoid? That’s what I should do?

Theres a property for in the player think Display distance type or something

Yes

1 Like

Maybe I think something is I use oops wrong code sorry about that

I tried both humanoid’s distance and player displayname’s distance to 0 but none work.

Yeah it’s fine no worries I just wanna fix this quickly

You’re referring to this right?

I see it’s an enum in humanoid called displaydistanc type or something you could set to hidden

1 Like

No. The service itself. Don’t place a StarterHumanoid or any other similar overwriting “Starter*” Instance because that can override the inherited properties of StarterPlayer. Try directly changing the distance to 0 on the service only.

1 Like

change the display distance type to none
image
apologies if this has been tried before

1 Like

Take time to quickly fixed don’t worry I will not take long if you write a script

Ah don’t mark me as the solution

Thank you @foodeggs7 for solving the issue, I’m not sure why none of the other methods on the devforum were working but now the display name has been hidden.

2 Likes

mark me as the solution I want 10%

solution would probably be split between Turtle8684 and foodeggs7

Solution I know But the good developers, but they know of regular