Alright, so I’m trying to make it so that when you press a button it will spawn a placeable object that you can move around but there are a few problems. 1. When pressing the button it will spawn a tree that you can move around with just moving your mouse but if it interacts with other trees it will unselect and not be usable 2. If you press left click, the normal key to spawn a tree, you will stop moving it and it will go on a random number on the x-axis and disappear So that is the problem, and the weird thing is, I never told the clone to do any of this, its like it has a mind of its own. So any help would be great.
My code