I can't change the direction of the player character.. please help..

hi, im a beginner… i was learning how to open and closing door from a distance… the door script and the interact script are working very well, but the funny thing is on the player character… when i set it up to a new rotation, press play, the direction doesnt change… its always start the direction to Z axis… its really annoying… i really need to know how to fix this and how to set start direction…

and sorry about my grammar… thanks for attention…

You would have to post some code to be sure, but I suspect you are not using the transform.forward, and instead are using the Vector3.forward, or something similar.

Said another way: You are moving it forward based on the world space, rather than moving it forward based on it’s forward.

I had the same kind of problem the other day till I realized my mistake.