How to make the player face in a certain rotation

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

KingDooms

Member
Jun 10, 2020
26
0
1
So basically im trying to make a spawn command, but im trying to make it face yaw 90 pitch 0 but i dont know how to, any help?


Code:
command /spawn:
    trigger:
        teleport player to location at (-720.5, 129, -76.5) in world "world"


[doublepost=1621527410,1621523126][/doublepost]So i know no one replied but i found a way to make it rotate

instead of:
Code:
command /spawn:
    trigger:
        teleport player to location at (-720.5, 129, -76.5) in world "world"

its:
Code:
command /spawn:
    trigger:
        teleport player to location(-720.5, 129, -76.5, world "world", 90, 0)
 
Status
Not open for further replies.