I have a scrip that resets everything when a player dies, but I want to know if there is a way to respawn the character without killing them. Any help would be great
Yes, there is a method of Player objects which respawn their character.
Player:LoadCharacter()
If your using a game.Players.LocalPlayer.Character.Humanoid.Head:Destroy() or something in that matter, you can use a player:LoadCharacter() function instead.