#Is it possible to identify if the entity is a baby by script?

1 messages · Page 1 of 1 (latest)

livid juniper
#

Is this possible? I'm curious

shell gazelle
#
const isBaby = Entity.getComponent('is_baby');```
livid juniper
#

if (!entity.getComponent('is_baby') {}

#

I've never used anything like it