Solved Cars ? (Moving an armorstand to where the player is looking)

  • 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.

JackyBoy

Member
Feb 4, 2017
104
1
18
21
Hey there I was wondering if there was a way to make an armor stand that the player is sitting on move in the direction that the player is looking. (Something like when the player sits on an armorstand called car it will start moving in the direction that the player is looking until they get out)
[doublepost=1514131116,1514129771][/doublepost]
Hey there I was wondering if there was a way to make an armor stand that the player is sitting on move in the direction that the player is looking. (Something like when the player sits on an armorstand called car it will start moving in the direction that the player is looking until they get out)
I have this working with
code_language.skript:
push player's vehicle in player's direction with speed {%player%carsspeed}
      set yaw of player's vehicle to yaw of player
however is there away I can make it so when they look up or down nothing happens (right now it makes the armorstand fly)
 
code_language.skript:
push player's vehicle in horizontal direction of player with speed {%player%carsspeed}
 
Status
Not open for further replies.