Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit cb1db2d

Browse files
authored
Update admin.lua
1 parent f8b7e5b commit cb1db2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

admin.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ assert(getgenv, "Your exploit is not supported!")
1313
local HttpService = game:GetService("HttpService");
1414
local Lighting = game:GetService("Lighting")
1515
local Players = game:GetService("Players")
16+
local tps = game:GetService("TeleportService")
1617
local Player = Players.LocalPlayer
1718
local character = Player.Character
1819
local Humanoid = character:WaitForChild("Humanoid")
@@ -90,8 +91,8 @@ commands = {
9091
end,
9192

9293
rejoin = function(...)
93-
game:GetService("TeleportService"):Teleport(game.PlaceId, Player)
94-
end,
94+
tps:Teleport(game.PlaceId, Player)
95+
end,
9596

9697
blocktool = function(...)
9798
for _,v in pairs(character:GetChildren()) do
@@ -312,7 +313,6 @@ commands = {
312313
local x = {}
313314
local pid = game.PlaceId
314315
local jid = game.JobId
315-
local tps = game:GetService("TeleportService")
316316

317317
for _, v in ipairs(HttpService:JSONDecode(game:HttpGetAsync("https://games.roblox.com/v1/games/" .. pid .. "/servers/Public?sortOrder=Asc&limit=100")).data) do
318318
if type(v) == "table" and v.maxPlayers > v.playing and v.id ~= jid then

0 commit comments

Comments
 (0)