Skip to content

HasItemEquipped

Description

HasItemEquipped is a Function on Character
Returns true if this Character has an item with the given name (not displayName) (not cAsE sEnSiTiVe) equipped in their hand.

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

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