Humanoid Tags not being removed when placed into StarterGui

Unsure if this is intended, but I assume it’s not.
When you place a humanoid inside of StarterGui, the tag above it’s head will not go away. The most practical use of this is putting a humanoid inside of a viewport frame. This will end up just resulting in floating names like below:
https://gyazo.com/4816c1d6f660e3407cc495ac3cb43bf7
Yes, I know you can hide the humanoid tag, but It still gets annoying for example when you clone a preview of a item a player can purchase inside of a viewport and the tag is just floating.

Here is a small Repro file I put together:
HumanoidTagRepro.rbxl (41.4 KB)

1 Like

i’ll put in a ticket to look into this further. In the mean time, as you said, you can turn off the name plate with Humanoid.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None

6 Likes