hey ive been using a method to change the camera subject to the head, by using the playermodule, yeah that one that is inside of the player.
for some reason when you fall to the void you cant respawn, i dont know why.
and i dont want to change the other to set a different camera object, that is basicly doing a loop, i genuily dont like that method cuz doesnt feel good, and either the camera with that method is good
if not, then you have to respawn manually, with Player:LoadCharacter.
if you do, or already have some way of respawning, then it means that the reference to the character, which the camera is using, is outdated. the character has already possibly “respawned”, but you are stuck looking at the void, because that’s where the previous character was a moment ago.