Skip to content

OnItemMouseUp

Description

OnItemMouseUp is an Event
This event is called when the local Player's mouse is released from being pressed while holding this item. This event does NOT fire on anything except for Objects with the Item component that are actively equipped.

Example
function OnItemMouseUp()
   -- write code here!
end
Usage

network usage: Any (Client or Server/Host)
parameters: None