How would I go about making a Parkour System?

This isn’t just blatantly asking for scripts, I’m wondering about some good resources, as all the tutorials on youtube, just don’t work for some reason. By parkour system though, to be specific, I’m referring to a system similar to this game, Parkour: Parkour - Roblox

So if someone has any good resources that may help, please respond here.

I’m not certain if you’re talking about obbies when you refer to a Parkour System, but if you are then I’d suggest AlvinBlox.

Oh, sorry about the misconception. I was refering to a parkour system, like in the game, Parkour:
https://www.roblox.com/games/445664957/Parkour
I’ll change the main post to specify that now.

You could raycast from the player in different directions, for example to the side, to detect if a player is near a wall. Than you could use the dotproduct to check if the player is oriented correctly and should do a wall climb. With landing you can also use raycast and velocity to calculate damage and maybe the timing to negate fall damage as in the game Parkour you are talking about. Hopefully that gives you an idea for how you should approach this.

2 Likes

Thanks, now I know what to work on to better understand how to make it! :D,

1 Like