How can I make a vault system like this?

Hi everyone
I want to make a vault system. I know this involves raycasting, but I’m not good with raycasting. I was curious to know if someone could break down the process of making a system like this for me?
I’m more curious about how I can make the player do a running vault over an object like seen in the video
Any help is appreciated :slight_smile:

link to video

External Media

– if the link doesn’t work let me know

1 Like

do you have to jump to activate the vault?

yes the player would have to jump

you would really just have to raycast from the rootpart, and if it finds an instance, raycast from the head. if the head raycast does not return an instance, you and add a body velocity to make the player get over the part. remember to offset the velocity so its just right for your likings. note(check this every time the humanoids sends the jump connection)

1 Like

gah i knew it would be simple :sob:
thank you alot this made it easier for me to understand :yellow_heart:

no problem dude. love to help!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.