Prevent camera angle reset

I want to prevent the players camera angle from facing back in the direction a SpawnLocation is pointing when they respawn, I just want the camera angle to remain the same angle right before a new character is added, what would be the best way to do this while still allowing the player to move and change the camera angle?

1 Like

I don’t really get what you mean but you could use math.clamp to local the camera angle.