Reference API Roblox

Engine API

Website

Related

Reference API Roblox

CellOrientation

Specifies the corner orientation of a legacy terrain cell, used with the deprecated Terrain:SetCell() method.

Items 4

HistoryNameValueDescription
47NegZ0

Upper-left corner orientation when the cell is viewed from directly above.

47X1

Upper-right corner orientation when the cell is viewed from directly above.

47Z2

Lower-right corner orientation when the cell is viewed from directly above.

47NegX3

Lower-left corner orientation when the cell is viewed from directly above.

Description

Deprecated. Specifies the corner from which a legacy terrain cell's block begins, used with the deprecated Terrain:SetCell() and Terrain:SetCells() methods. When viewed from directly above (downward vertical perspective), the value identifies which corner of the cell the block occupies, ordered clockwise starting from the upper-left.

History 5

Settings