Is Pet 99’s search for attack targets using AlignOrientation and AlignPositoon to move to the nearest target or using MoveTo to execute? Is his animation created using an animation editor or updated frame by frame
I think they use a sine wave for the animation, and they check the magnitude of the pets and objects around them to compare distance.
Do they use MoveTo for their movements
Im not sure of that, but probably not, they probably use tweening.
Using Tween on the server should cause significant lag
That’s not true, Im not sure where you got that information from. It’s okay to use Tweening on the server, it just won’t be as smooth as on the client. Maybe it can cause lag, but only in huge quantities.