Hello Everyone! I have a question, how can I make realistic birds that move in the sky? Which flies in a flock or alone. I know I can use Pathfinding, etc. But I’m here to ask how I can make it, maybe I’m wrong.
So, if someone can help, it would be really appreciated! Thanks.
I don’t mean that, I’m asking how to make it. Like, I didn’t say anything about that I don’t wanna use pathfinding, I’m just asking how to use it and maybe some other option to do that what I want to achieve.
EDIT: I want birds so It will moving infinite in the sky.
Would you want these to just be a little decoration in the sky or actual 3d models close to the player? If just a far away decoration you can create a simple animation for the bird, spawn a random group of them and use TweenService to move them across the sky, deleting (:Destroy() ing) them once they’re far away enough.
(I can’t leave another reply to this super soon but if there’s not a solution when I get back I might be able to make a script for you depending on how complicated it would be)