(Solved) Delete only 1 object

How do I…

Delete only 1 object of many.

What is the expected result

delete 1 of the objects that the player is in collision with (when E is pressed) that is added to the player’s inventory

What is the actual result

Deletes all of the objects that the player is in collision with

Related screenshots

Project files

If you only want 1 object deleted then you need to use something to reduce the “picked” objects. You can use pick a random object or pick nearest object

image

Either one would work. Don’t forget the trigger once

1 Like

Thank very much you it worked

1 Like