this is what i have so far
local Quest = script.Parent.main local Questparts = Quest:GetChildren() workspace.TouchPart.Touched:Connect(function(hit) local hum = hit.Parent:FindFirstChild("Humanoid") if hum then for i,v in pairs(Questparts) do if v.Quantity.Value == "Stone" then v.Quantity.Text = "0" end end end end)
Closed as Too Broad by User#24403 and TheeDeathCaster
This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.
Why was this question closed?