InventoryItemAdded
Fires when a new item is added to a player's inventory.
Example usage:
Parameters
player: Player
The player who received a new item.
item: ItemType
The type of item received by the player.
amount: number
The amount of the item received by the player.
Last updated