#yaw and pitch
1 messages · Page 1 of 1 (latest)
on right click with lime dye:
set {_loc} to location of player
set yaw of {_loc} to 270
set pitch of {_loc} to 0
teleport player to location -27, -21, 91 in world "world"
teleport player to {_loc} #east X: -27 Y: -21 Z: 91
Set {_loc} to the new location on line 2, then tp the player at {_loc}
ty