Reference API Roblox

Engine API

Website

Related

Reference API Roblox

DraggerMovementMode

Controls whether DraggerService moves parts geometrically or with physics simulation during Studio drag operations.

Items 2

HistoryNameValueDescription
481Geometric0

Parts are moved by directly updating their position and orientation, ignoring physics and constraints.

481Physical1

Parts are moved by applying physics impulses, so constraints and collisions are respected during the drag.

Description

Controls whether Studio's drag tool moves parts by directly setting their positions and orientations (DraggerMovementMode.Geometric) or by simulating physics and respecting Constraints during the drag (DraggerMovementMode.Physical). The active mode is set via DraggerService.DraggerMovementMode, which defaults to DraggerMovementMode.Geometric.

History 3

Settings