if (Distance < lookAtDistance)
{
GetComponent Renderer.material.color = Color.yellow;
lookAt();
}
I really need help with this!
↧