Reference API Roblox

Engine API

Website

Related

Reference API Roblox

StateObjectFieldType

Identifies the data type of a field in a deprecated StateObject; all values are deprecated and the enum is retained only for backward compatibility.

Items 9

HistoryNameValueDescription
672Boolean0

A boolean field.

672CFrame1

A CFrame field.

672Color32

A Color3 field.

672Float3

A floating-point number field.

672Instance4

An Instance reference field.

672Random5

A Random field.

672Vector26

A Vector2 field.

672Vector37

A Vector3 field.

672INVALID8

An invalid or unrecognized field type.

Description

StateObjectFieldType formerly described the data type of a field within a StateObject. All enum values are deprecated. The enum itself is not used by engine code and is preserved solely so that existing creator scripts that reference it continue to function. New code should not depend on this enum.

History 33

Settings