Help with zombie system

  1. What do you want to achieve? Keep it simple and clear!
    I am trying to create a zombie system kinda similar to pet sim x, where pets follow you and go to coins or whatever.

  2. What is the issue? Include screenshots / videos if possible!
    I can’t think of a way to have zombies replicate across clients and have speeds individually.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I did start with a lerp position every frame but that’s just super weird to calculate time taken to reach target with, if you guys know a formula or something that can calculate this it would also be fine, or an entire new solution with like AI but i think that would be resource intensive

Try using AlignPosition, thats what I would use to make something follow me like in PsX.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.