Hello, I’m having trouble with my player respawn … the model arises when the player is changing position “looking up” is not on the same position before!
this is the script for the player to respawn when he dies and is born he is “looking” up and completely change the controls! help me please … how do I get the player standing on the same position?
There is another reference to respawn I test?
if you are loading from a prefab, use the prefab’s transformation and rotation, if not store the player’s orientation in a temp object right before he dies and orient the new player looking and facing the same way the temp object was.