How do I make the player face different directions?
So, I've watched a couple of Minecraft videos and I've noticed that players were abruptly changing viewing direction.
For example, if a player is facing towards positive z axis, then using a command he changes viewing direction to negative z axis.
What I'm asking is, is there a command in Minecraft 1.8 that allows you to instantly change direction?
Best Answer
if you want to turn yourself around, you can use
/tp @p ~ ~ ~ ~180 ~
I'm not sure what you're asking, so I can't say for sure whether this answers the question
Pictures about "How do I make the player face different directions?"



How do you make a player face a certain direction on Roblox?
You must use SetPrimaryPartCFrame in its character when teleporting it or if you must ALWAYS face one direction, use it but within a loop that uses your position. you could also place a loop to keep it on an axis.How do you change the direction of someone facing in Minecraft?
Firstly, find your position on the map. Press F3 and jot down your X, Y & Z coordinates located on the left. Then type into the chat bar /tp [target player] <x> <y> <z> [<y-rot> <x-rot>] replacing <x> , <y> and <z> with your coordinates you wrote down.Unity 2D Platformer Tutorial 17 - Making the player look in both directions
More answers regarding how do I make the player face different directions?
Answer 2
To abruptly change the viewing angle of the player by a command you can use
/tp playername ~ ~ ~ Yrotation Xrotation
the Yrotation and Xrotation are the angle with respect to Y X axes.
~ ~ ~ indicates that the player will remain at same position.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Karolina Grabowska, cottonbro, cottonbro, MART PRODUCTION
