Skip to content

HasItem

Description

HasItem is a Function on Character
Returns true if this Character has an item with the given name (not displayName) (not cAsE sEnSiTiVe).

Example
local testVariable = Character.HasItem("Toaster")
Usage

network usage: Any (Client or Server/Host)
returns: bool
parameters:
- itemName (string)