This looks a simple matter just using the pathfinding behavior but what I want is a bit different.
On the start of layout, or called I want generate a path to a location then I want Objects to follow that path without using pathfinding.
What my initiative though was, to use an invisible sprite with pathfinding that drops "points" (once) which the objects will follow, but I have no clue how I would have them follow the instances in the correct order.