Advertisement
bxpanxi

LS

Apr 21st, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. here's the sending end;
  2.  
  3.  
  4. confirmqunext.MouseButton1Click:Connect(function()
  5.  
  6. local submitevent = game.ReplicatedStorage.level0submit
  7. print(q1.q1a.Text)
  8. print(q2ans.Text)
  9. print(q3ans.Text)
  10. print(q4ans.Text)
  11. local disco = script.Parent.Parent.pinfo.emorph.Text
  12. print(q5ans.Text)
  13. q1ans = q1.q1a.Text
  14. local q5a = q5.q1a.Text
  15. q2ans = q2ans.Text
  16. q3ans = q3ans.Text
  17. q4ans = q4ans.Text
  18. q5ans = q5ans.Text
  19. submitevent:FireServer(q1ans, q2ans, q3ans, q4ans, q5ans, q5a, disco)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement