SOLVED Wall Climbing/Jumping

I just want to have a wall climbing system
Advices or sample of codes (so i can learn easier) are appreciated.

  • SOLVED
1 Like

Nobody will write an entire wall jumping system for you, what have you done so far with your own?

1 Like

Oh, I haven’t started yet. But, if somebody could tell me how it works I could try to write it on my own.

You could use a Raycast to see if there is a wall in front of your character every time you jump. You could check how far apart the humanoid is from the wall by checking the magnitude, then add a force that makes your character go upwards.