New glitch for overhead nametags!

Some people come across this issue a lot and I am one of them where the name tag will only show for SOME people. In order to fix this, insert this line of code:

game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
plr.CharacterAppearanceLoaded:Wait()
end)
end)

1 Like

Change category to #10-category or #tutorial

1 Like

Also can replicate the error?

1 Like

What do you mean by that?

1 Like

Show me the game logs and pictures from in the game of the problem in action

1 Like