Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Problem with hiding RP name to just the own place plz help?

Asked by
UPumpkin -34
5 years ago
for index, descendant in pairs(descendants) do
    if descendant.Name == "NameTag" then
        descendant.DisplayDistanceType = "None"
    end
end

Basically this is in a localscript so that when you join you don't see your roleplay name. But so others can. That way people don't see their own RP names over their heads.

But when they reset they can't see the RP names of other people and people can't see theirs.

But when you reset again you can't see theirs but they can see yours.

And it keeps going back and forth based on how many times you reset

0
Don't use Humanoid for a name tag lol use BillboardGui instead User#19524 175 — 5y
0
no it doesnt look as cool UPumpkin -34 — 5y
0
then just hide it on the client and create it on the server User#19524 175 — 5y
0
thats how it is now UPumpkin -34 — 5y

Answer this question