Armor stand move

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

Ventura11

Member
Feb 6, 2019
14
0
1
21
How do I make a armor stand move? Car be like.
Code:
on click on armor stand:
    if clicked entity's passenger isn't set:
        make player ride clicked entity


Thank you in advance for your answer!
 
Try
Code:
on right click on armor stand:
    if clicked entity's passenger isn't set:
        make player ride clicked entity
every 1 tick:
    loop all players:
        loop-player is riding armor stand:
            make loop-player ride {_a}
            set loop-player's vehicle yaw to loop-player's yaw
            push loop-player's vehicle forward with force 0.1
with https://web.archive.org/web/2014091...kript/forum/misc/66907-addon-random-sk-v-1-7/

Does not work. :/
upload_2021-1-7_21-43-36.png
 
Status
Not open for further replies.