Hello, when i played bee swarm, i’m think about how bees attacks mobs, and now i wan’t to know how Onet make this, i think he used tweening but i’m not 100% sure, anyone know how it works?
I haven’t played that game in a long time, but I assume he made the bees constantly lerp to a random offset of the mob’s root part (also using CFrame.lookAt to make the bee look at the mob), and then just used a while task.wait(cooldown) do
loop to damage the mob.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.