ItemPurchase
Fires when an item is purchased in the Item Shop.
Example usage:
Parameters
player: Player
The player who received a new item.
itemType: ItemType
The type of item received by the player.
amount: number
The amount of the item received by the player.
costItem: ItemType
The type of item used to purchase the specified item.
price: number
The amount of the cost item used to purchase the specified item.
Last updated