--[[ Made by Run#6666 there are a ton of scripts jus like this one, but idrc ]] local answerQuestion = game.ReplicatedStorage.Packages._Index["sleitnick_knit@1.4.4"].knit.Services.QuestionService.RF.AnsweredQuestion for _, v in ipairs(workspace.QuestionBoards:GetChildren()) do if v.Name == "Sign" then for i = 1, 4 do answerQuestion:InvokeServer(v, i) end end end