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

Commit 5ffc5d7

Browse files
authored
Update admin.lua
1 parent fb33877 commit 5ffc5d7

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

admin.lua

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -307,31 +307,6 @@ end
307307
end
308308
end,
309309

310-
[[
311-
312-
i will fix later
313-
314-
esp = function(...)
315-
local Plrs = game:GetService("Players"):GetChildren()
316-
317-
318-
highlight.Name = "ESP"
319-
320-
for i, v in pairs(Plrs) do
321-
repeat wait() until v.Character
322-
local highlightClone = highlight:Clone()
323-
highlightClone.Adornee = v.Character
324-
highlightClone.Parent = v.Character:FindFirstChild("HumanoidRootPart")
325-
end
326-
327-
game.Plrs.PlayerAdded:Connect(function(player)
328-
repeat wait() until player.Character
329-
local highlightClone = highlight:Clone()
330-
highlightClone.Adornee = player.Character
331-
highlightClone.Parent = player.Character:FindFirstChild("HumanoidRootPart")
332-
end)
333-
end, ]]
334-
335310
antiafk = function(...)
336311
for i, v in pairs(getconnections(Players.LocalPlayer.Idled)) do
337312
v:Disable()

0 commit comments

Comments
 (0)