Currently finishing up on a game where players can place blocks to survive, etc. Currently I have no limit on how many blocks they can place, as long as they have that X amount of blocks in their inventory.
The blocks are 3x3x3 and I plan to make the server size 30 players. I don’t really have a way to test out performance without running ads. But should there be a limit to how many blocks a player can have to place? There are no textures on them. These aren’t meshes, its a basic roblox part.
is it round based? if so you could potentially clear all blocks every x rounds.
then again, you say that there’s an inventory system, if you feel worried about too many blocks, just make them harder to get. (however way you get them)
if it’s a shop to buy blocks, make them more expensive. if blocks spawn around the map, make them spawn less, etc. etc.
Yup so at the very end of each round, if there are any remaining blocks, they get destroyed. If I do make it somehow, I’d probably just add a cap to how many blocks you can own.