#Is there a way to overwrite player's facing direction?

7 messages · Page 1 of 1 (latest)

timber fulcrum
#

Im trying to make a copy of fallout VATS system, like press a custom button and you automatically looking toward an entity.
is it possible to do it? (i just need the part of overwrite facing direction for now)

meager widgetBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

cinder heath
#

player.setRotation(yaw, pitch)
yaw is y rotation (vertical)
pitch is x rotation (horizontal)

timber fulcrum
#

huh, i will test out later

timber fulcrum
#

sorry for too late, im tired for business, but thats work!

#

next step just a "simple" calculating, good luck for me