Advertisement
Tinybang_Studio

24/7 Job Interview Script

May 23rd, 2021 (edited)
1,683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.27 KB | None | 0 0
  1. -- LINK: https://www.roblox.com/games/2994242041/24-7-Job-Interview
  2.  
  3. local ReplicatedStorage = game:GetService("ReplicatedStorage");
  4. local Hyra = ReplicatedStorage:WaitForChild("Hyra");
  5. local Centre = Hyra:InvokeServer("GetCentre");
  6. local v22, v23, v24 = pairs(Centre.jobData);
  7.  
  8. local _, Data = v22(v23, v24);
  9.  
  10. repeat wait()
  11. until Data ~= nil
  12.  
  13. local ohString1 = "Submit"
  14. local ohTable2 = {
  15.     ["jobId"] = Data.id,
  16.     ["responses"] = {
  17.         [1] = {
  18.             ["type"] = "radio",
  19.             ["required"] = true,
  20.             ["question"] = "x",
  21.             ["text"] = "x",
  22.             ["correct"] = 0,
  23.             ["options"] = {
  24.                 [1] = "x"
  25.             }
  26.         },
  27.         [2] = {
  28.             ["type"] = "radio",
  29.             ["required"] = true,
  30.             ["question"] = "x",
  31.             ["text"] = "x",
  32.             ["correct"] = 0,
  33.             ["options"] = {
  34.                 [1] = "x"
  35.             }
  36.         },
  37.         [3] = {
  38.             ["type"] = "radio",
  39.             ["required"] = true,
  40.             ["question"] = "x",
  41.             ["text"] = "x",
  42.             ["correct"] = 0,
  43.             ["options"] = {
  44.                 [1] = "x"
  45.             }
  46.         },
  47.         [4] = {
  48.             ["type"] = "radio",
  49.             ["required"] = true,
  50.             ["question"] = "x",
  51.             ["text"] = "x",
  52.             ["correct"] = 0,
  53.             ["options"] = {
  54.                 [1] = "x"
  55.             }
  56.         },
  57.         [5] = {
  58.             ["type"] = "radio",
  59.             ["required"] = true,
  60.             ["question"] = "x",
  61.             ["text"] = "x",
  62.             ["correct"] = 0,
  63.             ["options"] = {
  64.                 [1] = "x"
  65.             }
  66.         },
  67.         [6] = {
  68.             ["type"] = "radio",
  69.             ["required"] = true,
  70.             ["question"] = "x",
  71.             ["text"] = "x",
  72.             ["correct"] = 0,
  73.             ["options"] = {
  74.                 [1] = "x"
  75.             }
  76.         },
  77.         [7] = {
  78.             ["type"] = "radio",
  79.             ["required"] = true,
  80.             ["question"] = "x",
  81.             ["text"] = "x",
  82.             ["correct"] = 0,
  83.             ["options"] = {
  84.                 [1] = "x"
  85.             }
  86.         },
  87.         [8] = {
  88.             ["type"] = "radio",
  89.             ["required"] = true,
  90.             ["question"] = "x",
  91.             ["text"] = "x",
  92.             ["correct"] = 0,
  93.             ["options"] = {
  94.                 [1] = "x"
  95.             }
  96.         },
  97.         [9] = {
  98.             ["type"] = "radio",
  99.             ["required"] = true,
  100.             ["question"] = "x",
  101.             ["text"] = "x",
  102.             ["correct"] = 0,
  103.             ["options"] = {
  104.                 [1] = "x"
  105.             }
  106.         },
  107.         [10] = {
  108.             ["type"] = "radio",
  109.             ["required"] = true,
  110.             ["question"] = "x",
  111.             ["text"] = "x",
  112.             ["correct"] = 0,
  113.             ["options"] = {
  114.                 [1] = "x"
  115.             }
  116.         },
  117.         [11] = {
  118.             ["type"] = "radio",
  119.             ["required"] = true,
  120.             ["question"] = "x",
  121.             ["text"] = "x",
  122.             ["correct"] = 0,
  123.             ["options"] = {
  124.                 [1] = "x"
  125.             }
  126.         },
  127.         [12] = {
  128.             ["type"] = "radio",
  129.             ["required"] = true,
  130.             ["question"] = "x",
  131.             ["text"] = "x",
  132.             ["correct"] = 0,
  133.             ["options"] = {
  134.                 [1] = "x"
  135.             }
  136.         },
  137.         [13] = {
  138.             ["type"] = "radio",
  139.             ["required"] = true,
  140.             ["question"] = "x",
  141.             ["text"] = "x",
  142.             ["correct"] = 0,
  143.             ["options"] = {
  144.                 [1] = "x"
  145.             }
  146.         },
  147.         [14] = {
  148.             ["type"] = "radio",
  149.             ["required"] = true,
  150.             ["question"] = "x",
  151.             ["text"] = "x",
  152.             ["correct"] = 0,
  153.             ["options"] = {
  154.                 [1] = "x"
  155.             }
  156.         },
  157.         [15] = {
  158.             ["type"] = "radio",
  159.             ["required"] = true,
  160.             ["question"] = "x",
  161.             ["text"] = "x",
  162.             ["correct"] = 0,
  163.             ["options"] = {
  164.                 [1] = "x"
  165.             }
  166.         },
  167.         [16] = {
  168.             ["type"] = "radio",
  169.             ["required"] = true,
  170.             ["question"] = "x",
  171.             ["text"] = "x",
  172.             ["correct"] = 0,
  173.             ["options"] = {
  174.                 [1] = "x"
  175.             }
  176.         }
  177.     }
  178. }
  179.  
  180. game:GetService("ReplicatedStorage").HyraComm:Fire(ohString1)
  181. game:GetService("ReplicatedStorage").Hyra:InvokeServer(ohString1, ohTable2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement