RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"make a server script that kicks noog3213 for the reason Skid"
-- server script to kick a player with a specific username local Players = game:GetService("Players") Players.PlayerAdded:Connect(function(player) if player.Name == "noog3213" then player:Kick("Skid") end end)