player.dimension

Description

Change or get the player's dimension. Negative dimensions see positive dimensions. However, positive dimensions do not see negative dimensions.

Syntax

dimension: number;

Real World Example

const currentDimension = player.dimension;
player.dimension = 2147483647; // Maximum
player.dimension = -2147483647; // Minimum
player.dimension = 0; // Default Dimension

results matching ""

    No results matching ""