Znuff opened this issue 2 years ago ยท 0 comments
Checking for operationInfo before seem to "fix" it:
operationInfo
local operationInfo = schematicForm:GetRecipeOperationInfo() if operationInfo then recipeData.expectedQuality = operationInfo.craftingQuality else return nil end