Make Object Face Player at All Times

Hello everyone, I have a shark NPC. I want it to face the player’s humanoidrootpart, so that when it is going towards the player, it will be looking at the player. I can’t use pathfinding for this, and I can’t figure out how else to make the shark face the humanoidrootpart. Thanks for the help!

2 Likes

Try using CFrame.lookAt in a RenderStepped loop. You should preferably do this in a LocalScript for good visuals.

Video:

2 Likes