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

HonestlyPanda

Member
May 19, 2021
38
0
6
23
Hello. So I made a skript so that you can right click a stair and "sit" on it. My problem is that the armor stand is facing one way, so when I ride the armor stand im facing the way the armor stand is facing. this looks really bad and ! don't know how to fix it. I just need the armor stand to face the way the player is facing. Here's my code:

on right click on any stair:
summon armor stand with nbt "{Invisible:1b}"
set {_sit} to last spawned armor stand
make player ride {_sit}
player is sneaking
eject any passengers of {_sit}
wait 0.2 seconds
kill {_sit}