Need help with tags

Anyone here know how to disable the tags of enemies (f.e. enemies[5]). If you want a picture because you dont know what I am talking about, tell me.

Yeah I know so annoying idk how to disable it. Only happens when you’re spectating someone else tho I think.

I opens when you use an array like hero.findFriends() or when you use a for loop and call every single one of them something like cor in line like

cor = 0
for corr in hero.findCorpses():
    cor +=1

in this case every corpse would be called corr.