Hey you all. I’m trying to make Animals (Model objects) walk smoothly, but I’m not sure exactly how to go about this.
I don’t know if lerp/tween is most optimized, but I just want the Animals to walk without instantly teleporting with :PivotTo() I know this is probably super simple but I never really dealt with this lol.
I tried :MoveTo() but kinda realized it was basically the same thing.
(Also If you know how to get the exact duration of the movement that would be good, so that I can use task.wait() in a loop, but I don’t need this if the next line of code doesn’t run until the movement is done, which probably isn’t the case.)
Only problem is that there’s no humanoid. I just use an Animation Controller, because I don’t wanna use a sketchy method to get rid of humanoid health functionality