Solved Launch players in the air

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

FireRoz

Active Member
May 28, 2020
133
6
18
Hey,
I want to launch a player in the air, not tp them, launch them.
I have no code to start with I just have no idea how I do it
help ?
have a nice day
 
t
Hope this works.

Code:
push player upwards with speed 5
thank you so much lol
there if you want you can take what I wrote it's decent I must say
Code:
command /fakeop <player>:
  permission: troll.fakeop
  permission message: &cYou're not allowed to trigger people on the server!
  trigger:
    send "&7&o[%player%: Opped %arg 1%]" to arg 1
    send "&aSuccessfully triggered %arg 1% with fake OP!"
    
command /fakedisconnect <player>:
  aliases: /fd
  permission: troll.fakedisconnect
  permission message: &cYou're not allowed to trigger people on the server!
  trigger:
    kick arg 1 due to "Failed to login: Invalid session (Try restarting your game)"

command /launch <player>:
  permission: troll.launch
  permission message: &cYou're not allowed to trigger people on the server!
  trigger:
    push player upwards with speed 5
 
Status
Not open for further replies.