#Flight Speed

5 messages · Page 1 of 1 (latest)

untold kernel
#

How would I increase the entity speed while its in the air with no gravity?

1.19.30

bright copper
#

Scripts

untold kernel
#

That's really the most simple answer I've gotten.

bright copper
#

entity.setVelocity(entity.viewVector.normalized().multiply(<speed>))

untold kernel
#

Non experiment