Skip to content

canDrop

Description

canDrop is a Property on Item
Whether or not a player can drop this item. This does not affect whether or not the player can pick up the item.

Example
object.item.canDrop = true
local testVariable = object.item.canDrop
Usage

returns: bool