Reference API Roblox

Engine API

Website

Related

Reference API Roblox

DragDetectorPermissionPolicy

Used to control the permission level for which players can interact with a DragDetector.

Items 3

HistoryNameValueDescription
611Nobody0

No players can interact with the DragDetector.

611Everybody1

All players can interact with the DragDetector.

611Scriptable2

Invokes the function registered via DragDetector:SetPermissionPolicyFunction(), enabling/disabling the detector based on whether the function returns true or false.

Description

Used to control the permission level for which players can interact with a DragDetector through its PermissionPolicy property.

History 4

Settings