I am currently working on how the Npc should chase the player.
My script is server sided since the npc can walk to points only on the server and i know that its not really a good idea to put loops in the server, but is puting a loop to handle the npc’s chase script good?
Is there a better way of it, if not how much time should be waited after each loop so the game wont lag?