I'm making a physics puzzle and I have 3 platforms, I need to drag them to the correct place, if I drop it at the wrong position it needs to go back to "the inventory", so I need to know which instance of the object I picked, something like: if instance =1, go to position1 else if instance =2, go to position 2. Is there anyway to achieve it? I can't get it to work.