How to make White Knuckle parkour system

Saw my friends playing this game a lot, and i just like it
I was wondering how to remake parkour system with it
Any tips for me to use?
Thanks for any help ill get!

Like Left Mouse to grab ledge or grabable place with left hand, same as right hand
and space to jump towards grappled direction

with stamina on each hand

I never played the game but…

Your first step would be to use Raycasts and check if the wall is grabbable. I would suggest doing this on the client and then fire a remote event to the server to handle stamina and all of that other stuff you desire.

i already figured out how to do it, its smth like manipulating rope and bodyvelocity, and its works well
also im trying to do ± solo game :smiley:
Thanks for help anyways