Im currently trying to make an npc that always looks at the player and also moves left and right while looking at the player. I have no idea how to make the npc look at the player without interrupting the movement (I use :MoveTo()) So setting the CFrame wont work. I also tried AlignOrientation and it worked but if the player got too close it will just teleport the npc away
#Humanoid NPC
1 messages · Page 1 of 1 (latest)
** You are now Level 14! **
No code no help
Talk is expensive
We need to see code to help
make the cframe of the npc's humanoid root part point at the cframe of the player's humanoid root part
then give the npc a hitbox so that if the player touches it it will teleport the npc randomly or to a set coordinate point
just and idea tho