How to properly kill and respawn the player networking

Does anyone know how to properly kill the character and respawn the character in networking. I am guessing I have to do it in my custom game mode class but I dont know where to start. Any help would be awesome.

I’d recommend just taking a look at the shooter game sample project. For starters checkout the RestartPlayer function on gamemode and see where its called in the project.