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")
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")
game.Players["Player name here"]:Kick("Reason why you kicked them")
game.Players.PLAYER_TO_KICK:kick("Reason")
LocalPlayer is you. instead of LocalPlayer type the player name you want to kick.