Not answered fully yet constantly updated.
I have a game object that has 10 specific cord positions (specific coordinates located below declared var. I need it to move randomly between these positions like every 20 seconds and make them move over time using lerp or something else, i dont know how to bring it all together i have most of it main thing is start and end coordinates var location = transform saves the location i believe but is it in right place? and would i put that variable in starting marker for lerp?
need help with at least position1/random pick 1 after that i should be able to fill in rest
any help appreciated im a beginner to coding.