Advertisement
Guest User

Untitled

a guest
Jul 26th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on right click with feather:
  2.     message ""
  3.     set {_x} to x-coords of player
  4.     set {_y} to y-coords of player
  5.     set {_z} to z-coords of player
  6.     add 20 to {_y}
  7.     set {_loc} to location at {_x}, {_y}, {_z} in player's world
  8.     teleport player to {_loc}
  9.     make player Fly
  10.     wait 3 seconds
  11.     set flight mode of player to false
  12.     set gliding of player to on
  13.     set {gliding.%player%} to true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement