OnPlayerDropActiveItemUsage​Called when the player drops their active held itemNo return behaviorExamples​""void OnPlayerDropActiveItem(BasePlayer player, Item item){ Puts("OnPlayerDropActiveItem works!");}Copy