onPickupClaimPicked
Description
This event is called when a player exists the pickup.
| Name | Description |
|---|---|
| player | The player whom triggered the event |
| pickup | The pickup was triggered |
Example
This example shows a message whenever you exists the pickup with the model ID.
function onPickupClaimPicked(player, pickup) { MessagePlayer("You've exited the pickup model ID " + pickup.Model, player)}Notes
💡
When you teleport the player with a checkpoint, this function won't work.