How many humanoids can work without major performance problems. I was just thinking should I use humanoids. Also why do humanoids apparently lag more than non-humanoid npcs?
2 Likes
There’s no concrete answer other than a lot. For NPCs who don’t move however, it is better to opt for AnimationControllers
instead of Humanoids
. Also, to optimize performance, if possible, try disabling CanCollide
, CanTouch
, CanQuery
and such on NPC parts.
1 Like