#detect the nametag of an entity

1 messages · Page 1 of 1 (latest)

fallow trench
#

Hi, I would like to know how I could know the nametag of an entity in a specific position

steady coral
#
const entity = Dimension.getEntitiesAtBlockLocation(location)[0]

entity.nameTag = "Entity NameTag"