Hehe, yeah that's the fun part of the game! Thanks, glad you liked it!
I used a hacky way to make em follow the players path, the position of the player is read and stored in a list by the follower and then the position at index 0 is used as input / target for the follower, once it reaches the position, the position is removed from the list. Kinda like a queue, first in first out.