Op Player Kick Ban Panel Gui Script Fe Ki Better
kickButton.MouseButton1Click:Connect(function() if selectedPlayer and reasonBox.Text ~= "" then remote:FireServer("Kick", selectedPlayer, reasonBox.Text) end end)
local button = script.Parent local textBox = button.Parent:WaitForChild("TextBox") local event = game.ReplicatedStorage:WaitForChild("AdminAction") button.MouseButton1Click:Connect(function() event:FireServer(textBox.Text, "Kick") -- Sends player name and action type end) Use code with caution. Copied to clipboard op player kick ban panel gui script fe ki better