1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved Faster Ladder Climbing

Discussion in 'Requests' started by FistoF, Feb 11, 2017.

  1. FistoF

    FistoF Active Member

    Joined:
    Feb 11, 2017
    Messages:
    53
    Likes Received:
    0
    Category

    Suggested Name
    Faster Ladder Climbing

    What I want
    A simple script that allows Players go up and down ladders much faster (with Levitation or push, maybe).
    Look straight up to go up the ladder (a bit like in Counter-Strike). Look straight down to go down the ladder.

    Ideas for Options
    Option that allows increasing / decreasing how much faster the Player climb.
    --- Double Post Merged, Feb 14, 2017, Original Post Date: Feb 11, 2017 ---
    bump
    --- Double Post Merged, Dec 16, 2017 ---
    bump
    --- Double Post Merged, Apr 21, 2018 ---
    bump
     
  2. Donut

    Donut Well-Known Member

    Joined:
    Mar 27, 2017
    Messages:
    1,336
    Likes Received:
    176
    Medals:
    Code (Skript):
    1. on join:
    2.     while player is online:
    3.         if block at player is ladder:
    4.             if player's pitch is less than -80: #-90 is looking straight up but this felt more natural when i tested it
    5.                 push player up at speed 0.1 #edit speed here
    6.         wait 1 tick
    pushing a player down a ladder doesnt work
     
    FistoF likes this.

Share This Page

Loading...