I’m currently making a horde survival game which could use up to 100+ enemies during a wave, however, this introduces the problem of high ping (500ms+) as well as the enemies moving extremely slowly. How would I approach fixing this?
FYI I’ve already seen another post about it regarding something about .Touched, but that doesn’t fix my issue.