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.

Ability to climb walls

Discussion in 'Requests' started by VOIDDER, Apr 26, 2022.

  1. VOIDDER

    VOIDDER Member

    Joined:
    Aug 23, 2018
    Messages:
    27
    Likes Received:
    0
    Question: how to implement the ability to climb walls for the player (like spider mode)
     
  2. Drakem

    Drakem Member

    Joined:
    Apr 29, 2022
    Messages:
    10
    Likes Received:
    0
  3. Jake*

    Supporter

    Joined:
    Jan 30, 2022
    Messages:
    109
    Likes Received:
    6
    the only reasonable thing i can think of is to make the "spider" player see vines in every wall and change the texture to nothing.

    apart from this i'd just do something jump related OR make the player ride an invisible spider whenever the climbing happens
     
  4. Orangesanta8415

    Supporter

    Joined:
    Nov 21, 2020
    Messages:
    40
    Likes Received:
    0
    A few days ago I actually tried to do this by pushing the player up the wall on a right-click as I couldn't make anything else work, however it was really buggy and unstable so I didn't post it. I'll put it here if you are super desperate.
    Code (Text):
    1. on rightclick:
    2.     distance between player and player's targeted block is less than 2:
    3.         player's pitch is between 64 and -64:
    4.             push player upwards with speed .4
     
  5. Drakem

    Drakem Member

    Joined:
    Apr 29, 2022
    Messages:
    10
    Likes Received:
    0
    I suppose there is no way to simulate that each wall has a ladder, it would be very complicated.
    internally in minecraft, how do spiders climb?
     

Share This Page

Loading...