Advertisement
hgrsdfghj

Roblox Pastriez Bakery pass quiz center instantly

Aug 16th, 2022
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.76 KB | Gaming | 0 0
  1. local remote = game:GetService("ReplicatedStorage").JobCenterManager.SubmitAnswer
  2. remote:FireServer("QuestionOne", "AnswerTwo")
  3. remote:FireServer("QuestionTwo", "AnswerOne")
  4. remote:FireServer("QuestionThree", "AnswerThree")
  5. remote:FireServer("QuestionFour", "AnswerFour")
  6. remote:FireServer("QuestionFive", "AnswerOne")
  7. remote:FireServer("QuestionSix", "AnswerTwo")
  8. remote:FireServer("QuestionSeven", "AnswerOne")
  9. remote:FireServer("QuestionEight", "AnswerFour")
  10. remote:FireServer("QuestionNine", "AnswerThree")
  11. remote:FireServer("QuestionTen", "AnswerTwo")
  12. remote:FireServer("QuestionEleven", "AnswerTwo")
  13. remote:FireServer("QuestionTwelve", "AnswerThree")
  14. game:GetService("ReplicatedStorage").Rank:InvokeServer(12)
  15.  
  16. -- if you get a kick message, this means it worked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement