It appears as if every single time I press 'R' in my fangame, I reset to where the "playerStart" object is, no matter where I saved. (in the first room, at least.)
"playerStart"'s "Room Start" Code:
if(!instance_exists(player)){
instance_create(x+17,y+23,player);
}
Which I did not change in the slightest. So I honestly have no idea what's going on.