#entity that displays info when interacted with

1 messages · Page 1 of 1 (latest)

frail wave
#

i need an item that when it interacts with specific entites it shows the name of the creature, the owner, and how much health it has in chat

rancid musk
#

Gonna have to use scripting or some other jank method

frail wave
rancid musk
#

You'll need to grab the health component of the entity and then get the max value it's health.

#

Then you can get it's nametag or typeid (identifier)

#

Not sure how to get the owner

#

The use send it to the players chat

rancid musk
#

learn script api