Doesn't Rotate Player

  • 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.
Nov 26, 2019
16
0
1
21
I have this but it doesn't rotate the direction of the player.
Code:
rotate velocity of player around z-axis by 90 degrees
 
You'll wanna look at a player's yaw
Code:
add 90 to player's yaw

EDIT:
Please refrain from making two posts on the same topic, instead you can bump the post if you don't get a response after 24 hours of posting. :emoji_slight_smile:
 
You'll wanna look at a player's yaw
Code:
add 90 to player's yaw

EDIT:
Please refrain from making two posts on the same topic, instead you can bump the post if you don't get a response after 24 hours of posting. :emoji_slight_smile:
sorry for the double post, but is that all i need?
[doublepost=1586066077,1586056827][/doublepost]bump
 
you have to teleport the player to update its rotation
you would need to do something like:
Code:
teleport the player to player
i have this but it still isnt working
Code:
command /rotate:
 trigger:
  add 180 to player's yaw
  teleport the player to player
 
Status
Not open for further replies.