private void Start() { Traffic.Create(Path, Random.Range(15, 25));//Create moving cars along the path with random density LevelDetails.Create(Path, 60); }