So Im trying to make a little bat follow the character you control and fly around him and such but I dont have much of clue as to what script to do, Im trying to apply vector but it all seems very complicated, could someone help please!
You could try something like have the bat turn towards the player, Use a countdown variable that gets set when you turn towards the character and each act method minus 1 from it, when it reaches zero turn towards the player and reset counter, this would be kind of like a gnat buzzing around your guy. Is that what you are looking for?