#any idea on how to learn to make a npc shoot a player

3 messages · Page 1 of 1 (latest)

junior lava
#

You want projectile or hitscan

#

hitscan would be super easy just check if the npc is within a certain distance of a player and if so deal damage and play an animation

#

Without additional logic that would make the npc 100% accurate though