Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TriStateBoolean

A three-state boolean enumeration used by PolicyService to represent a value that is explicitly True, explicitly False, or not yet resolved (Unknown).

Items 3

HistoryNameValueDescription
715Unknown0

Indicates the condition has not yet been determined or resolved; the default value.

449True1

Indicates the condition is explicitly true.

715False2

Indicates the condition is explicitly false.

Description

A three-state boolean that extends a standard boolean with TriStateBoolean.Unknown for values not yet determined. Used by PolicyService for region-specific platform states that may be unknown before policy queries complete. Defaults to TriStateBoolean.Unknown until explicitly set.

History 8

Settings