Skip to main content

HandleTriggerMode

Members

The mode of the handle trigger, used in the Handle part. It can be any of the following strings: MouseDown, MouseUp, Both.

Luau Type

This is the luau type for HandleTriggerMode. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

export type HandleTriggerMode = "MouseDown" | "MouseUp" | "Both"