Gpo / Project Slayers Style Climbing System (Open Source)

I have made a climbing system that is similar to GPO and Project Slayers for those who want it.

– Does not come with aniamtions, there is a place for you to put them in–

–The script is in StarterGui–

Video of the system:
https://streamable.com/c02hrx

16 Likes

Could you provide videos showing this system in action?

1 Like

I have edited the post and added a video

2 Likes

I have some critiques/suggestions:

  • tick() is deprecated.
    Not only is it deprecated, you’re using os.time() in one place and tick() in another. My timezone is CST, so the system breaks for me unless I replace tick() with os.time().

  • BodyGyro is deprecated.
    Use AlignPosition and AlignOrientation instead.

  • Humanoid:LoadAnimation(...) is deprecated.
    Use humanoid:WaitForChild("Animator"):LoadAnimation(...) instead.

  • The watermarking is atrocious. No one wants their console spammed with print statements thanking you, and the credits GUI thing could be a lot smaller. You’re better off asking nicely for credit since the watermarks implemented are trivial to remove. Personally, I’d rather write a climbing system from scratch than deal with this resource’s watermarking.

2 Likes


amazing script bro

2 Likes

then remove the watermark, il remove it myself

but thank you for the critique, il improve on the module

1 Like

i know the problem, i will fix this

1 Like

Update

  • Fixed the cheesing and floating in the sky glitch