¿how to deactivate username?

Hello! How can I deactivate the username? I put other scripts so that when the mouse arrow to the player the name would be seen but now this is my problem of how to deactivate the life bar and the username that appear above the player

`ppasdñldffffgkj

That’s what I mean to deactivate the name and the life bar that appears above the player.

Any help accepted

1 Like

Humanoids have a DisplayDistanceType property, you can set that to Enum.HumanoidDisplayDistanceType.None to disable it completely.

3 Likes

Or just remove the name to just

That can get messy with scripting, it will be hard to specify which nameless dummy if there’s no name. DisplayDistanceType is the best option, and you also can’t rename player characters.