How would I check if the player has the required materials for a recipe? - Scripting Support - Developer Forum | Roblox
I know all I need to do is just check if the player has the items and enough of them. but I’m unsure how to (using a dictionary at least)
as an example lets say these are the recipes
local crafting_recipes = {
Enginee…