Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ControlMode

The ControlMode Enum sets how the player is controlled.

Items 2

HistoryNameValueLegacy NamesDescription
598Classic0

Allows the camera to be moved by clicking and dragging with the right mouse button.

598MouseLockSwitch1Mouse Lock Switch

Similar to classic, but allows the player to toggle mouse locking, causing the camera to rotate as the player moves the mouse (without holding down a button).

Description

The ControlMode Enum sets how the player is controlled.

Note that shift-lock related APIs are in the process of being deprecated, so it's recommended to use UserInputService.MouseBehavior instead to lock the mouse.

History 6

Settings