How do I create a random starting location and make my first person charactor face the center of the map?

Hi,
I have been trying to make a first person game where the player has to use landmarks to find a specific spot on a map. I also want to make it so that the player randomly starts from one of the four corners of the map. I can get them to start in the four corners using teleport, however for two of the corners the player faces the wall. How can I teleport them so that they face the center of the map? I’ve tried using find look at rotation and entering that into the rotation or set rotation after the teleport, but it doesn’t seem to work.

1 Like