How do I make the npc look at you while moving?
Asked by
5 years ago Edited 5 years ago
I'm trying to create an ai that tries to backstab you. When the npc thinks that you see it, it tries to trickstab you. It will strafe left and right while looking at you. I want to work like when you turn on shift lock. The problem here is that the npc freezes when it turns. How do i fix this?
1 | humanoid:MoveTo(playersHumanoidRP.Position) |
2 | local number = math.random( 1 , 4 ) |
4 | character.LowerTorso.CFrame = CFrame.new(character.LowerTorso.Position, player.Character.LowerTorso.Position) |