Could ROBLOX handle this Zombie design?

  1. What do you want to achieve?

I am relatively new to making games on ROBLOX and don’t yet understand the full limitations of the platform. I am looking to make a zombie-focused game with custom body parts.

Example:

  1. What is the issue?

Could ROBLOX handle 50-100 of these zombies with each having their own animations, movement and special abilities?

Would I have to downscale the amount of polygons for phone players?

Is there a special way you can code to keep the hardware usage down?

Reason for posting
I want to make sure this game is even possible before sinking time and money into this project.

5 Likes

Yes, as long as your code isn’t involving any much physics or unoptimized.

Depends, if the triangle size of your zombie model is high, you need to low it.

Not really, all you can do is use optimized codes and pray for Luau coming real soon in Roblox.

1 Like

This will lag if you aren’t careful of how you code in the ai and the collisions between themselves, I’ve only tried it with ~400 R6 characters which lagged a bit even with the optimized script I used so R15 will be more laggy for sure.

1 Like