Skip to content

touchToLoot

Description

touchToLoot is a Property on Item
Whether or not a player can touch this item to loot it (/pick it up). This does not affect whether or not the player can drop the item.

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

returns: bool