Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local question = script.Parent.Question
- local answer = script.Parent.Answer
- local enter = script.Parent.Enter
- script.Parent.Enter.MouseButton1Click:connect(function()
- if (question.Text == "What is your current rank in TZL?") then
- if (answer.Text:lower() == "enlist") or (answer.Text:lower() == "[x] enlist") then
- question.Text = "Correct!"
- wait(2)
- question.Text = "Who is the commander in TZL?"
- wait()
- elseif (question.Text == "Who is the commander in TZL?") then
- if (answer.Text:lower() == "2ndaccountfnadds5142") or (answer.Text:lower() == "nadds") then
- question.Text = "Correct!"
- wait(2)
- question.Text = "What is the lowest rank considered an HR?"
- wait()
- elseif (question.Text == "What is the lowest rank considered an HR?") then
- if (answer.Text:lower() == "captain") or (answer.Text:lower() == "[h] captain") then
- question.Text = "Correct!"
- wait(2)
- question.Text = "Who is TZL's current ally?"
- wait()
- elseif (question.Text == "Who is TZL's current ally?") then
- if (answer.Text:lower() == "nrc") or (answer.Text:lower() == "nexus recon clan") then
- question.Text = "Correct!"
- wait(2)
- question.Text = "How many rank sections are there?"
- wait()
- elseif (question.Text == "How many rank sections are there?") then
- if (answer.Text:lower() == "6") or (answer.Text:lower() == "six") then
- question.Text = "Correct!"
- wait(2)
- question.Text = "What is the lowest rank that can host trainings?"
- wait()
- elseif (question.Text == "What is the lowest rank that can host trainings?") then
- if (answer.Text:lower() == "captain") or (answer.Text:lower() == "[h] captain") then
- question.Text = "Correct!"
- wait(2)
- script.Parent.Parent.Frame:TweenPosition(UDim2.new(0, 0, -1, 0), 'Out', 'Bounce', 1.25)
- script.Parent.Parent.Parent.WinScript.Disabled = false
- end
- end
- end
- end
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement