-- Update the player list initially updatePlayerList()
-- Function to update the player list local function updatePlayerList() -- Clear existing player entries for _, entry in pairs(playerEntries) do entry:Destroy() end fe kick ban player gui script op roblox work
-- Validate reason and kick player local function onReasonInputSubmit() reason = reasonInput.Text if reason ~= "" then -- Kick the player selectedPlayer:Kick(reason) updatePlayerList() end reasonInput:Destroy() end -- Update the player list initially updatePlayerList() --