Reference API Roblox

Engine API

Website

Related

Reference API Roblox

CellMaterial

Material values for individual cells in the deprecated legacy voxel-based Terrain engine.

Items 18

HistoryNameValueDescription
47Empty0

Represents an air (unfilled) cell in the legacy voxel terrain; converted to air in the modern terrain system.

47Grass1

A green grassy cell material in the legacy voxel terrain, converted to Material.Grass in the modern terrain system.

47Sand2

A sandy cell material in the legacy voxel terrain, converted to Material.Sand in the modern terrain system.

47Brick3

A red brick cell material in the legacy voxel terrain, converted to Material.Brick in the modern terrain system.

47Granite4

A speckled stone cell material in the legacy voxel terrain, converted to Material.Slate in the modern terrain system.

47Asphalt5

A dark paved road cell material in the legacy voxel terrain, converted to Material.Asphalt in the modern terrain system.

47Iron6

A dark metallic cell material in the legacy voxel terrain, converted to Material.Concrete in the modern terrain system.

47Aluminum7

A metallic silver cell material in the legacy voxel terrain, converted to Material.Concrete in the modern terrain system.

47Gold8

A golden metallic cell material in the legacy voxel terrain, converted to Material.Concrete in the modern terrain system.

47WoodPlank9

A flat wooden plank cell material in the legacy voxel terrain, converted to Material.WoodPlanks in the modern terrain system.

47WoodLog10

A round wooden log cell material in the legacy voxel terrain, converted to Material.WoodPlanks in the modern terrain system.

47Gravel11

A loose-stone cell material in the legacy voxel terrain, converted to Material.Asphalt in the modern terrain system.

47CinderBlock12

A rough masonry cell material in the legacy voxel terrain, converted to Material.Concrete in the modern terrain system.

47MossyStone13

A weathered stone cell material in the legacy voxel terrain, converted to Material.Pavement in the modern terrain system.

47Cement14

A gray cement cell material in the legacy voxel terrain, converted to Material.Concrete in the modern terrain system.

47RedPlastic15

A red-tinted cell material in the legacy voxel terrain, converted to Material.Sandstone in the modern terrain system.

47BluePlastic16

A blue-tinted cell material in the legacy voxel terrain, converted to Material.Ice in the modern terrain system.

47Water17

A water-filled cell in the legacy voxel terrain, converted to Material.Water in the modern terrain system.

Description

Deprecated. Material values for individual cells in the legacy voxel-based Terrain engine. These values were passed to the deprecated Terrain:SetCell() and Terrain:SetCells() methods. When a legacy place is loaded, the engine converts these cell materials to their closest equivalents in the modern smooth terrain system. Use Material with the current terrain APIs instead.

History 19

Settings