I made a basic gun npc. Everything works except I want to to make the NPC look at their target? What method should I use? So far I made it where the effect is purely client and I made it where I CFrame the NPC's humanoidrootpart too look at it's target. It works, the npc looks at the player BUT it's completely frozen in place. They move in the server no problem but for the client they are stuck. So how should I approach this?
#What is the method to make an NPC look at a player? (SOLVED)
1 messages · Page 1 of 1 (latest)
wdym frozen, does the cframe not change when the player moves? also code
CFrame.lookAt() is your best option.
use alignorientation along with cframe.lookat
npc should be able to move and look
use align type PrimaryAxisParallel tho