Not sure if I fallow correctly but if you wanted a vector local to the gameObject.transform it would be `posn = posn - transform;` which in your code above would be the same as
post = new Vector3(Random.Range(-10,10), 0, Random.Range(-10,10));
↧