The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Answer All Questions script pastebin roblox
By Answer All Questions on 2024-09-21 08:00 am | Syntax: LUA | Views: 8



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for i,v in pairs(workspace.QuestionBoards:GetChildren()) do
  2.    if v.Name == "Sign" then
  3. game:GetService("ReplicatedStorage").Packages._Index["[email protected]"].knit.Services.QuestionService.RF.AnsweredQuestion:InvokeServer(v, 1)
  4. game:GetService("ReplicatedStorage").Packages._Index["[email protected]"].knit.Services.QuestionService.RF.AnsweredQuestion:InvokeServer(v, 2)
  5. game:GetService("ReplicatedStorage").Packages._Index["[email protected]"].knit.Services.QuestionService.RF.AnsweredQuestion:InvokeServer(v, 3)
  6. game:GetService("ReplicatedStorage").Packages._Index["[email protected]"].knit.Services.QuestionService.RF.AnsweredQuestion:InvokeServer(v, 4)
  7. end
  8. end