So, i need to pathfind a rided allay to travel from allay spawn to pos2
Here the code, when i execute the command, i ride the allay but he fly random x)
Some help would be great, if u have time <:love:525055507711655947>
Posted by: aquaepee from the skUnity Discord. View the thread on skUnity Discord here
Here the code, when i execute the command, i ride the allay but he fly random x)
code_language.skript:
command /path:
trigger:
summon a allay at player
set {_path} to last spawned entity
make player ride {_path}
make {_path} pathfind towards {pos.2} at speed 1
wait 15 seconds
kill {_path}
Some help would be great, if u have time <:love:525055507711655947>
Posted by: aquaepee from the skUnity Discord. View the thread on skUnity Discord here