#Question: Is there possibility to change entity rotation by scripts?

1 messages · Page 1 of 1 (latest)

buoyant niche
#

I have custom entity - block look a like, and I would like to change it's rotation when player chooses it from form. I have prepared form, but I don't know if there is some class for rotating entity, If there is, can someone point me to it, cuz I'm learner and I would like get little push to the good way 😄

vestal mountain
#

one sec

#
Entity.setRotation({ x: number, y: number });
buoyant niche
#

Thank you!