What are the method of kicking player in your game with dev console?

Hello! Is there a way to kick players in your game with developer console. E:G if they are misbehaving i tried writing this code but instead it kicked me out and i have a friend in the server.

game.Players.LocalPlayer:Kick("sohan1223 = true")

5 Likes
game.Players["Player name here"]:Kick("Reason why you kicked them")
10 Likes
game.Players.PLAYER_TO_KICK:kick("Reason")
1 Like

LocalPlayer is you. instead of LocalPlayer type the player name you want to kick.

2 Likes