Skip to main content

Telescope

TelescopeA device that allows you to see and query information about other regions and planets in space while powered. Click on the Telescope to open up a menu that will display information about any location within 100 units of your location. To view a specific coordinate, configure the Telescope and set to the desired coordinates. This has a one minute cooldown.

The Telescope provides the following information:

  • Resources on the planet
  • The planet's temperature
  • The planet's distance from its star
  • The type of planet

It is a craftable and spawnable non-flammable solid.

It cannot be resized.

At its default size (7x2x2) it has a durability of 25.

By default, its color is #a3a2a5.

It requires 5 Glass, 10 Iron, and 15 Wire to be crafted.

Methods


GetCoordinate() → regionInfo

Gets information about the configured region.

The regionInfo return is a RegionInfo.


GetCurrentCoordinate() → currentCoordinate

Returns the current region coordinates. If you are within a region with a RegionCloaker active, only the owner of the RegionCloaker can call this method.

The currentCoordinate return is a Coordinates.


WhenRegionLoads(callback)

The callback parameter is a function of type (regionInfo: CompleteRegionInfo) -> ().

Configurables


ViewCoordinates

The coordinates to view. It is a Coordinates.

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.