Skip to main content

Rocket

A propulsion device that consumes gasoline.

It is a craftable and spawnable non-flammable solid.

It cannot be resized.

At its default size (9x4x4) it has a durability of 1.

By default, its colour is #5b5d69.

It requires 20 Engine and 30 Pipe to be crafted.

Configurables


Propulsion

Determines the speed traveled at, 0 being standstill. Affects fuel consumption. It is a number. It ranges between 0 and 100.

Events


Configured(configurerId)

Fires when the object is configured.

The configurerId parameter is the UserId of the player who configured the object. It is a number.


Loop(deltaTime)

Fires when the object is updated by the game loop.

The deltaTime parameter is the 'time' since the last tick, it does not represent the actual time since the last tick was occurred, rather just how often a game tick should be fired (it will always be precisely 1). It is a number.