Instantiate Problem

I made a simple rain ai with Waypoint collection and i made prefab.When i instantiate the prefab the ai doesn’t move and not use the collection.

//soln

GameObject go = Instantiate (SimpleEnemy, SpawnPos.position, Quaternion.identity);