Pushing player forwards while gliding

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

Remo

Member
Mar 20, 2024
41
3
8
24
how can i push player forwards while gliding ? because if i do push player forwards at speed blabla, it pushes the player downwards
 
Python:
command /push:
    trigger:
        set {_v} to vector from yaw yaw of player and pitch pitch of player
        push player {_v} with force 4

I put it in command for test, you can change it.

I don't know if you meant a code like that. Let me know if you want something else. Tell me if it gives error.