You could make a whitelist object list (That the players will be only allowed to spawn) and also you could make a server sided table that will count the entitiesSpawned per 3-4 seconds

AddEventHandler(“entityCreating”, function(entity)
–your code
end)

You could use this handler :slight_smile:

1 Like