How to simplify crafting recipe system - Scripting Support - Developer Forum | Roblox
I have a crafter/fuser in my game. Players can then put three objects on three pads like so:
Then, they press a button or whatnot to start it. The three objects are then put into a table using GetPartsInPart() from t…