Hello! Me and my friend @willozzy_dev made a cool quick project. Made for the fun. How we got the idea: We got the idea from a trend mobile games had, multiplication gates or addition gates where an NPC would walk through one of these gates and would replicate itself a specific amount times. Video:
(Note: Don’t worry about the huge fps drop when the npcs are walking through the x7 multiplication gate near the end, we don’t know why it happens. I could find a fix later I guess)
It is likely that you have seen something like this before from ads, or you actually play the original game!. Feedback appreciated!
Hey, very neat game! I suggest lowering the multiply values (to *2 and *4, or *5), an easy way to lower the lag a bit without doing a massive amount of bug fixing.
We made it dummies because we were trying to remake a mobile game into Roblox.
The cannon is supposed to look weird. It was made quickly.
The dummy is just the default r6 Roblox character.
We might make it a game, but idk. I’ll note the first thing you wrote.
Using the R6 dummy is probably quite computationally expensive due to the additional functions that a full Humanoid posses. You could remove the non-essential parts and make it a plain welded Model instead.
Removing the Humanoid (add you Touch event to the Torso), HumanoidRootPart and the Motor6Ds should reduce the load. Just use welds on the rest of the parts in place of the Motor6Ds .
I already fixed the lag, Now, it can handle more than 600 dummies at once. (Note, this is on the client, so if I made some computation handled on the server, the lag would be reduced a lot)