Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 20.22 KB | None | 0 0
  1. elseif string.lower(Packet:sub(1,3)) == "tp " or string.lower(Packet:sub(1,9)) == "teleport " then
  2.         local player = nil
  3.         local player1 = nil
  4.         local arg = nil
  5.         if string.lower(Packet:sub(1,9)) == "teleport " then player = Packet:sub(10, (string.find(Packet, " ", 10)-1)) player1 = string.find(Packet, " ", 9)+1 arg = Packet:sub((string.find(Packet, " ", player1)+1)) elseif string.lower(Packet:sub(1,3)) == "tp " then player = Packet:sub(4, (string.find(Packet, " ", 4)-1)) player1 = string.find(Packet, " ", 3)+1 arg = Packet:sub((string.find(Packet, " ", player1)+1)) end
  6.         if string.lower(player) == "all" then
  7.             for i, v in pairs(game:GetService("Players"):GetChildren()) do
  8.                 if string.lower(player) == "all" then
  9.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  10.                         if ve.Name ~= arg.Name then
  11.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  12.                             wait()
  13.                         end
  14.                     end
  15.                 elseif string.lower(player) == "other" or string.lower(player) == "others" then
  16.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  17.                         if ve.Name ~= plr.Name then
  18.                             if ve.Name ~= arg.Name then
  19.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  20.                             end
  21.                         end
  22.                         wait()
  23.                     end
  24.                 elseif string.lower(player) == "nonadmins" or string.lower(player) == "notadmins" or string.lower(player) == "nonadmin" or string.lower(player) == "notadmin" or string.lower(player) == "nonmod" or string.lower(player) == "notmod" or string.lower(player) == "nonmods" or string.lower(player) == "notmods" or string.lower(player) == "nonstaff" or string.lower(player) == "notstaff" then
  25.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  26.                         if Check.Rank(ve, "Mod") == false then
  27.                             if ve.Name ~= arg.Name then
  28.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  29.                             end
  30.                         end
  31.                         wait()
  32.                     end
  33.                 elseif string.lower(player) == "admins" or string.lower(player) == "admin" or string.lower(player) == "mod" or string.lower(player) == "mods" or string.lower(player) == "staff" then
  34.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  35.                         if Check.Rank(ve, "Mod") == true then
  36.                             if ve.Name ~= arg.Name then
  37.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  38.                             end
  39.                         end
  40.                         wait()
  41.                     end
  42.                 elseif string.lower(player) == "random" then
  43.                     local randomplr = game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
  44.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, randomplr.Name)
  45.                 elseif string.lower(player) == "me" then
  46.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, plr.Name)
  47.                 else
  48.                     if Grabname(player) == nil then return end
  49.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, Grabname(arg))
  50.                 end
  51.                 wait()
  52.             end
  53.         elseif string.lower(player) == "other" or string.lower(player) == "others" then
  54.             for i, v in pairs(game:GetService("Players"):GetChildren()) do
  55.                 if v.Name ~= plr.Name then
  56.                     if string.lower(player) == "all" then
  57.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  58.                         if ve.Name ~= arg.Name then
  59.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  60.                             wait()
  61.                         end
  62.                     end
  63.                 elseif string.lower(player) == "other" or string.lower(player) == "others" then
  64.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  65.                         if ve.Name ~= plr.Name then
  66.                             if ve.Name ~= arg.Name then
  67.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  68.                             end
  69.                         end
  70.                         wait()
  71.                     end
  72.                 elseif string.lower(player) == "nonadmins" or string.lower(player) == "notadmins" or string.lower(player) == "nonadmin" or string.lower(player) == "notadmin" or string.lower(player) == "nonmod" or string.lower(player) == "notmod" or string.lower(player) == "nonmods" or string.lower(player) == "notmods" or string.lower(player) == "nonstaff" or string.lower(player) == "notstaff" then
  73.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  74.                         if Check.Rank(ve, "Mod") == false then
  75.                             if ve.Name ~= arg.Name then
  76.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  77.                             end
  78.                         end
  79.                         wait()
  80.                     end
  81.                 elseif string.lower(player) == "admins" or string.lower(player) == "admin" or string.lower(player) == "mod" or string.lower(player) == "mods" or string.lower(player) == "staff" then
  82.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  83.                         if Check.Rank(ve, "Mod") == true then
  84.                             if ve.Name ~= arg.Name then
  85.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  86.                             end
  87.                         end
  88.                         wait()
  89.                     end
  90.                 elseif string.lower(player) == "random" then
  91.                     local randomplr = game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
  92.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, randomplr.Name)
  93.                 elseif string.lower(player) == "me" then
  94.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, plr.Name)
  95.                 else
  96.                     if Grabname(player) == nil then return end
  97.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, Grabname(arg))
  98.                 end
  99.                 wait()
  100.                 end
  101.                 wait()
  102.             end
  103.         elseif string.lower(player) == "nonadmins" or string.lower(player) == "notadmins" or string.lower(player) == "nonadmin" or string.lower(player) == "notadmin" or string.lower(player) == "nonmod" or string.lower(player) == "notmod" or string.lower(player) == "nonmods" or string.lower(player) == "notmods" or string.lower(player) == "nonstaff" or string.lower(player) == "notstaff" then
  104.             for i, v in pairs(game:GetService("Players"):GetChildren()) do
  105.                 if Check.Rank(v, "Mod") == false then
  106.                     if string.lower(player) == "all" then
  107.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  108.                         if ve.Name ~= arg.Name then
  109.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  110.                             wait()
  111.                         end
  112.                     end
  113.                 elseif string.lower(player) == "other" or string.lower(player) == "others" then
  114.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  115.                         if ve.Name ~= plr.Name then
  116.                             if ve.Name ~= arg.Name then
  117.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  118.                             end
  119.                         end
  120.                         wait()
  121.                     end
  122.                 elseif string.lower(player) == "nonadmins" or string.lower(player) == "notadmins" or string.lower(player) == "nonadmin" or string.lower(player) == "notadmin" or string.lower(player) == "nonmod" or string.lower(player) == "notmod" or string.lower(player) == "nonmods" or string.lower(player) == "notmods" or string.lower(player) == "nonstaff" or string.lower(player) == "notstaff" then
  123.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  124.                         if Check.Rank(ve, "Mod") == false then
  125.                             if ve.Name ~= arg.Name then
  126.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  127.                             end
  128.                         end
  129.                         wait()
  130.                     end
  131.                 elseif string.lower(player) == "admins" or string.lower(player) == "admin" or string.lower(player) == "mod" or string.lower(player) == "mods" or string.lower(player) == "staff" then
  132.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  133.                         if Check.Rank(ve, "Mod") == true then
  134.                             if ve.Name ~= arg.Name then
  135.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  136.                             end
  137.                         end
  138.                         wait()
  139.                     end
  140.                 elseif string.lower(player) == "random" then
  141.                     local randomplr = game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
  142.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, randomplr.Name)
  143.                 elseif string.lower(player) == "me" then
  144.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, plr.Name)
  145.                 else
  146.                     if Grabname(player) == nil then return end
  147.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, Grabname(arg))
  148.                 end
  149.                     wait()
  150.                 end
  151.                 wait()
  152.             end
  153.         elseif string.lower(player) == "admins" or string.lower(player) == "admin" or string.lower(player) == "mod" or string.lower(player) == "mods" or string.lower(player) == "staff" then
  154.             for i, v in pairs(game:GetService("Players"):GetChildren()) do
  155.                 if Check.Rank(v, "Mod") == true then
  156.                     if string.lower(player) == "all" then
  157.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  158.                         if ve.Name ~= arg.Name then
  159.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  160.                             wait()
  161.                         end
  162.                     end
  163.                 elseif string.lower(player) == "other" or string.lower(player) == "others" then
  164.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  165.                         if ve.Name ~= plr.Name then
  166.                             if ve.Name ~= arg.Name then
  167.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  168.                             end
  169.                         end
  170.                         wait()
  171.                     end
  172.                 elseif string.lower(player) == "nonadmins" or string.lower(player) == "notadmins" or string.lower(player) == "nonadmin" or string.lower(player) == "notadmin" or string.lower(player) == "nonmod" or string.lower(player) == "notmod" or string.lower(player) == "nonmods" or string.lower(player) == "notmods" or string.lower(player) == "nonstaff" or string.lower(player) == "notstaff" then
  173.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  174.                         if Check.Rank(ve, "Mod") == false then
  175.                             if ve.Name ~= arg.Name then
  176.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  177.                             end
  178.                         end
  179.                         wait()
  180.                     end
  181.                 elseif string.lower(player) == "admins" or string.lower(player) == "admin" or string.lower(player) == "mod" or string.lower(player) == "mods" or string.lower(player) == "staff" then
  182.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  183.                         if Check.Rank(ve, "Mod") == true then
  184.                             if ve.Name ~= arg.Name then
  185.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, ve.Name)
  186.                             end
  187.                         end
  188.                         wait()
  189.                     end
  190.                 elseif string.lower(player) == "random" then
  191.                     local randomplr = game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
  192.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, randomplr.Name)
  193.                 elseif string.lower(player) == "me" then
  194.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, plr.Name)
  195.                 else
  196.                     if Grabname(player) == nil then return end
  197.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", v.Name, Grabname(arg))
  198.                 end
  199.                     wait()
  200.                 end
  201.                 wait()
  202.             end
  203.         elseif string.lower(player) == "random" then
  204.             local randomplr = game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
  205.             if string.lower(player) == "all" then
  206.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  207.                         if ve.Name ~= arg.Name then
  208.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", randomplr.Name, ve.Name)
  209.                             wait()
  210.                         end
  211.                     end
  212.                 elseif string.lower(player) == "other" or string.lower(player) == "others" then
  213.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  214.                         if ve.Name ~= plr.Name then
  215.                             if ve.Name ~= arg.Name then
  216.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", randomplr.Name, ve.Name)
  217.                             end
  218.                         end
  219.                         wait()
  220.                     end
  221.                 elseif string.lower(player) == "nonadmins" or string.lower(player) == "notadmins" or string.lower(player) == "nonadmin" or string.lower(player) == "notadmin" or string.lower(player) == "nonmod" or string.lower(player) == "notmod" or string.lower(player) == "nonmods" or string.lower(player) == "notmods" or string.lower(player) == "nonstaff" or string.lower(player) == "notstaff" then
  222.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  223.                         if Check.Rank(ve, "Mod") == false then
  224.                             if ve.Name ~= arg.Name then
  225.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", randomplr.Name, ve.Name)
  226.                             end
  227.                         end
  228.                         wait()
  229.                     end
  230.                 elseif string.lower(player) == "admins" or string.lower(player) == "admin" or string.lower(player) == "mod" or string.lower(player) == "mods" or string.lower(player) == "staff" then
  231.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  232.                         if Check.Rank(ve, "Mod") == true then
  233.                             if ve.Name ~= arg.Name then
  234.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", randomplr.Name, ve.Name)
  235.                             end
  236.                         end
  237.                         wait()
  238.                     end
  239.                 elseif string.lower(player) == "random" then
  240.                     local randomplrr = game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
  241.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", randomplr.Name, randomplrr.Name)
  242.                 elseif string.lower(player) == "me" then
  243.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", randomplr.Name, plr.Name)
  244.                 else
  245.                     if Grabname(player) == nil then return end
  246.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", randomplr.Name, Grabname(arg))
  247.                 end
  248.             wait()
  249.         elseif string.lower(player) == "me" then
  250.             if string.lower(player) == "all" then
  251.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  252.                         if ve.Name ~= arg.Name then
  253.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", plr.Name, ve.Name)
  254.                             wait()
  255.                         end
  256.                     end
  257.                 elseif string.lower(player) == "other" or string.lower(player) == "others" then
  258.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  259.                         if ve.Name ~= plr.Name then
  260.                             if ve.Name ~= arg.Name then
  261.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", plr.Name, ve.Name)
  262.                             end
  263.                         end
  264.                         wait()
  265.                     end
  266.                 elseif string.lower(player) == "nonadmins" or string.lower(player) == "notadmins" or string.lower(player) == "nonadmin" or string.lower(player) == "notadmin" or string.lower(player) == "nonmod" or string.lower(player) == "notmod" or string.lower(player) == "nonmods" or string.lower(player) == "notmods" or string.lower(player) == "nonstaff" or string.lower(player) == "notstaff" then
  267.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  268.                         if Check.Rank(ve, "Mod") == false then
  269.                             if ve.Name ~= arg.Name then
  270.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", plr.Name, ve.Name)
  271.                             end
  272.                         end
  273.                         wait()
  274.                     end
  275.                 elseif string.lower(player) == "admins" or string.lower(player) == "admin" or string.lower(player) == "mod" or string.lower(player) == "mods" or string.lower(player) == "staff" then
  276.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  277.                         if Check.Rank(ve, "Mod") == true then
  278.                             if ve.Name ~= arg.Name then
  279.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", plr.Name, ve.Name)
  280.                             end
  281.                         end
  282.                         wait()
  283.                     end
  284.                 elseif string.lower(player) == "random" then
  285.                     local randomplrr = game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
  286.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", plr.Name, randomplrr.Name)
  287.                 elseif string.lower(player) == "me" then
  288.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", plr.Name, plr.Name)
  289.                 else
  290.                     if Grabname(player) == nil then return end
  291.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", plr.Name, Grabname(arg))
  292.                 end
  293.             wait()
  294.         else
  295.             if Grabname(player) == nil then return end
  296.             if string.lower(player) == "all" then
  297.                 for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  298.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), ve.Name)
  299.                     wait()
  300.                 end
  301.             elseif string.lower(player) == "other" or string.lower(player) == "others" then
  302.                 for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  303.                     if ve.Name ~= plr.Name then
  304.                         script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), ve.Name)
  305.                     end
  306.                     wait()
  307.                 end
  308.             elseif string.lower(player) == "nonadmins" or string.lower(player) == "notadmins" or string.lower(player) == "nonadmin" or string.lower(player) == "notadmin" or string.lower(player) == "nonmod" or string.lower(player) == "notmod" or string.lower(player) == "nonmods" or string.lower(player) == "notmods" or string.lower(player) == "nonstaff" or string.lower(player) == "notstaff" then
  309.                 for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  310.                     if Check.Rank(ve, "Mod") == false then
  311.                         script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), ve.Name)
  312.                     end
  313.                     wait()
  314.                 end
  315.             elseif string.lower(player) == "admins" or string.lower(player) == "admin" or string.lower(player) == "mod" or string.lower(player) == "mods" or string.lower(player) == "staff" then
  316.                 for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  317.                     if Check.Rank(ve, "Mod") == true then
  318.                         script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), ve.Name)
  319.                     end
  320.                     wait()
  321.                 end
  322.             elseif string.lower(player) == "random" then
  323.                 local randomplrr = game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
  324.                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), randomplrr.Name)
  325.             elseif string.lower(player) == "me" then
  326.                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), plr.Name)
  327.             else
  328.                 if Grabname(player) == nil then return end
  329.                 if string.lower(player) == "all" then
  330.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  331.                         if ve.Name ~= arg.Name then
  332.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), ve.Name)
  333.                             wait()
  334.                         end
  335.                     end
  336.                 elseif string.lower(player) == "other" or string.lower(player) == "others" then
  337.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  338.                         if ve.Name ~= plr.Name then
  339.                             if ve.Name ~= arg.Name then
  340.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), ve.Name)
  341.                             end
  342.                         end
  343.                         wait()
  344.                     end
  345.                 elseif string.lower(player) == "nonadmins" or string.lower(player) == "notadmins" or string.lower(player) == "nonadmin" or string.lower(player) == "notadmin" or string.lower(player) == "nonmod" or string.lower(player) == "notmod" or string.lower(player) == "nonmods" or string.lower(player) == "notmods" or string.lower(player) == "nonstaff" or string.lower(player) == "notstaff" then
  346.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  347.                         if Check.Rank(ve, "Mod") == false then
  348.                             if ve.Name ~= arg.Name then
  349.                                 script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), ve.Name)
  350.                             end
  351.                         end
  352.                         wait()
  353.                     end
  354.                 elseif string.lower(player) == "admins" or string.lower(player) == "admin" or string.lower(player) == "mod" or string.lower(player) == "mods" or string.lower(player) == "staff" then
  355.                     for i, ve in pairs(game:GetService("Players"):GetChildren()) do
  356.                         if Check.Rank(ve, "Mod") == true then
  357.                             if ve.Name ~= arg.Name then
  358.                             script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), ve.Name)
  359.                             end
  360.                         end
  361.                         wait()
  362.                     end
  363.                 elseif string.lower(player) == "random" then
  364.                     local randomplrr = game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
  365.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), randomplrr.Name)
  366.                 elseif string.lower(player) == "me" then
  367.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), plr.Name)
  368.                 else
  369.                     if Grabname(player) == nil then return end
  370.                     script.Parent:WaitForChild("TCommands"):FireClient(plr, "tp", Grabname(player), Grabname(arg))
  371.                 end
  372.             end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement