The AI Third Person Controller is a bit more complex than just that one script. That script may just provide a target to move towards, but it also has to ensure that it’ll animate and move the character to that position too so it’s using it’s movements scripts to do that. I would recommend taking a look at what it’s doing in that original script when it has a target to move towards. You can reference those same methods in your own scripts.