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.
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.
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.