- Fe - Kick Ban Player Gui Script - -patea A Cu... [ OFFICIAL ✦ ]

remote.OnServerEvent:Connect(function(adminPlayer, targetPlayer, reason) if adminPlayer:GetRankInGroup(GROUP_ID) >= 100 then -- permission check targetPlayer:Kick(reason) end end)

local banList = {}

A legitimate admin script uses to tell the server to kick/ban.

local remote = game.ReplicatedStorage.AdminCommand local playerName = script.Parent.Parent.PlayerNameBox.Text local reason = script.Parent.Parent.ReasonBox.Text remote:FireServer(playerName, reason, "Kick")