You should use this:
game.Players.LocalPlayer:Kick(“Kick message”)
I highly recommend using the server for kicking players as hackers can bypass client sided kicks and stay in the server. If you must use the client fire a remote event to the server that kicks the person who fired it.