Reference API Roblox

Engine API

Website

Related

Reference API Roblox

UIDragDetectorResponseStyle

Describes how the clicked GuiObject will be treated once the desired motion has been calculated.

Items 4

HistoryNameValueDescription
625Offset0

Move by the Offset values of the detector's parent's GuiObject.Position value.

625Scale1

Move by the Scale values of the detector's parent's GuiObject.Position value.

625CustomOffset2

The UI element will not move at all, but the Offset values of the detector's DragUDim2 will still be updated and the detector's events will still fire, allowing you to respond to drag manipulation however you'd like.

625CustomScale3

The UI element will not move at all, but the Scale values of the detector's DragUDim2 will still be updated and the detector's events will still fire, allowing you to respond to drag manipulation however you'd like.

Description

Describes how the clicked GuiObject will be treated once the desired motion has been calculated.

History 5

Settings