Skip to content

displayName

Description

displayName is a Property on Item
The Display Name of this item. This is the name players see in their inventory.

Example
object.item.displayName = "Toaster"
local testVariable = object.item.displayName
Usage

returns: string