RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"saying Kick me Automatically kicks the player"
-- server script game.Players.PlayerAdded:Connect(function(player) player.Chatted:Connect(function(message) if message == "Kick me" then player:Kick() end end) end)