Could Humanoids Lag My Game?

I am currently thinking of using Roblox’s Humanoid system for my units in my game. However, there could be a lot of humanoids in the client at one time. My question is how much humanoids would the game, and I would I be better creating my own humanoid/animation system?

2 Likes

Humanoids have a lot of performance baggage. Creating your own system could be a worthwhile investment if your game relies on a lot of players and/or humanoid NPCs in a single server.

You should probably try using humanoids first though. Only optimize if you’re sure you need it.

2 Likes