Discord Thread Allay pathfinding

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

    Now, what are you waiting for? Join the community now!

This thread came from the skUnity Discord. You can't reply to it here but if you join the skUnity Discord, you'll be able to post a reply there. The thread link is part of the thread's message.
Status
Not open for further replies.

skUnity Discord

Site Manager
Aug 5, 2023
12,749
1
0
The skUnity Discord
discord.gg
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)
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
 
Status
Not open for further replies.