I’m not entirely sure what you’re trying to do. At the moment it seems like you’re just moving one object to another objects position, the reason they overlap is because you’re telling them to share the same coordinates. There’s a number of ways to make them sit next to each other, but it’ll get more complicated the more complex your objects get. for now just try getting the scale of the object you’re moving to and offset the first objects position by half of that scale.
You can use this shader which offsets the drawn texture so that it is drawn a tiny bit more towards the camera, to solve the overlapping issue. Great for decals.