I need help with coding an enemy npc (I have the animation and model) but does anyone have a script?
Hi @gaming_mc and welcome! Unfortunately there is no ready to use script for that. But creating a basic AI is not difficult. You can use distance
, raycastFirst
and lookAt
for this.