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

Commit 83546bb

Browse files
authored
Update admin.lua
1 parent b61b4a9 commit 83546bb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

admin.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ end
307307
end
308308
end,
309309

310+
[[
311+
312+
i will fix later
313+
310314
esp = function(...)
311315
local Plrs = game:GetService("Players"):GetChildren()
312316
@@ -326,7 +330,7 @@ game.Plrs.PlayerAdded:Connect(function(player)
326330
highlightClone.Adornee = player.Character
327331
highlightClone.Parent = player.Character:FindFirstChild("HumanoidRootPart")
328332
end)
329-
end,
333+
end, ]]
330334

331335
antiafk = function(...)
332336
for i, v in pairs(getconnections(Players.LocalPlayer.Idled)) do

0 commit comments

Comments
 (0)