local banurself = false -- Please dont do it, just dont set it to true local pl = game:GetService("Players").LocalPlayer local gui = game:GetService("StarterGui"):WaitForChild("AdminGui"):Clone() gui.Parent = pl:WaitForChild("PlayerGui") gui.Enabled = true local ac = gui:FindFirstChild("AdminCheck", true) if ac and (ac:IsA("Script") or ac:IsA("LocalScript")) then ac.Disabled = true end gui:WaitForChild("AdminPanel").Visible = true local TeleportService = game:GetService("TeleportService") if banurself then TeleportService:Teleport(16630326766, pl) end