You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I am working on a game where the player always moves forward. At the end of the session the player will be teleported back to the origin point. The player should always face forward when they get teleported -
What is the issue? Include screenshots / videos if possible!
The issue I currently have is that if the player looks any other direction before being teleported, they wont be teleported facing forward (For obvious reasons). How do I make it so when they get teleported, they face a certain direction? -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’ve tried using body gyros but then this bug can happen:
https://gyazo.com/fcf93431ed1841e6e54d6b4c0638f789
^^ basically what is happening above is that the player can still move towards the left or the right if they rotate.