I am not requesting I am asking where I would learn this, and what I am talking about is when you shutdown you get like You have been shutdown by RDS. or something.
The Kick
method, kicks the player by disconnecting the client, You also have a optional parameter message.
-- kicking all for _,player in pairs(game.Players:GetPlayers()) do player:Kick("You have been kicked by Blah") end --kicking cetain players game.Players.NameHere:Kick("You have been kicked by Blah") -- string message
Note: The kick method should be used in a script to work online.
game.Players.Player:Kick("rip")