I’m trying to make a tycoon button where the name is still visible when the player gets between some parts and the button. I’ve attempted setting the NameOcclusion to NoOcclusion on the button’s Humanoid, but this does not work; it still occludes.
I’m creating the humanoid client-side with the following code:
local h = Instance.new("Humanoid")
h.NameOcclusion = Enum.NameOcclusion.NoOcclusion
h.HealthDisplayType = Enum.HumanoidHealthDisplayType.AlwaysOff