---
name: TouchMovementMode
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "The movement mode used by a client with a TouchEnabled device."
---

# TouchMovementMode

The movement mode used by a client with a TouchEnabled device.

**Type:** enum

## Description

The TouchMovementMode Enum is used to change the movement controller on Roblox
Mobile.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Default` | 0 | The default movement controller. |
| `Thumbstick` | 1 | Change the movement controller to the classic thumbstick. |
| `DPad` | 2 | Change the movement controller to the DPad. |
| `Thumbpad` | 3 | Change the movement controller to the thumbpad. |
| `ClickToMove` | 4 | Change the movement controller to click to move. |
| `DynamicThumbstick` | 5 | Change the movement controller to the dynamic thumbstick. |