RegionEntryLocation
Members
The location where the player warps into a region.
X
The X
position of the location.
It is of the type number
.
It ranges between -5000 and 5000. It increments by 1.
Y
The Y
position of the location.
It is of the type number
.
It ranges between 4000 and 6000. It increments by 1.
Z
The Z
position of the location.
It is of the type number
.
It ranges between -5000 and 5000. It increments by 1.
Luau Type
This is the luau type for RegionEntryLocation
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
type RegionEntryLocation = {
Y: number,
X: number,
Z: number,
}