jumping and hanging to ledges ?

how do i make it so when my pplayer hops from one ledge to another , he hangs then an animation plays and he posisions onto the next ledge

I would add in a ledge block to all edges, then have this ledge block be tested for by a raycast from the playwr that temporarily sets the player’s Y velocity to 0.

interesting , thank you