Im currently making a sandbox tycoon like Miner’s Haven and I have 2 questions.
Inform me if im asking in the wrong category.
-
Would handling item scripts like conveyors, upgraders, and droppers all in 1 script be faster than having individual scripts? However, handling those things in 1 script might be harder compared to having separate scripts for each item
-
You know how ores have these Updgrade Counters to limit use of upgraders (Example: being able to use a specific upgrader only twice), with what im about to do, i would create a NumberValue with the name of these upgraders and with the value of the upgrade counter they give (Example: 3 upgrades of [Upgrader Name Here] that gives an upgrade counter of 1.5 will equal to a NumberValue with the upgrader’s name and value of 4.5), when you have a lot of ores on your plot with a lot of these NumberValues on them, it really seems inefficient and so im asking if there is a better way to do this?