Reference API Roblox

Engine API

Website

Related

Reference API Roblox

LuauTypeCheckMode

The Luau type checking mode for scripts in the experience.

Items 4

HistoryNameValueDescription
700Default0

Uses the engine-default type checking mode.

700NoCheck1

Scripts are not type-checked.

700Nonstrict2

Scripts are type-checked in nonstrict mode.

700Strict3

Scripts are type-checked in strict mode.

Description

Determines how strictly the Luau type checker analyzes scripts in the experience. This enum is used by Workspace.LuauTypeCheckMode.

History 11

Settings