On Receive Ownership Item Trigger component

Sends a message when a player becomes the Owner of an item with On Receive Ownership Item Trigger.

The item’s position and Trigger information of the owner player is shared with other players.

Properties

PropertyFunction
Event TypeSpecifies when to send notifications based on how ownership was received.
-AlwaysSends a message whenever becoming the owner, regardless of the reason.
-VoluntarySends a message when becoming the owner in the following cases: When using an item with InteractItemTrigger while not being the owner; When grabbing a GrabbableItem while not being the owner; When items are created through CreateItemGimmick or ClusterScript.createItem of ScriptableItem, if the player is the owner of that CreateItemGimmick or ScriptableItem.
-InvoluntarySends a message when becoming the owner in the following cases: When entering a world with no other players present; When the item’s owner leaves the world or their connection is lost.
TriggersSettings for message targets and content. For details, see the common settings in Trigger.