Reminds me of Dani’s style in his game Karlson 3D
Thanks for all the nice comments
Very nice, i will add it to my game and i’ll credit you ofc, i have never created a rope/grappling system but honestly it looks pretty hard to do since i never mess with physics, Thanks for that i will probably go and try messing with some stuff with this lol.
If you guys use this in your game, feel free to DM me a link and I’ll check it out!
I’m only copying a version of my game with the rope.
I might use this to make a realistic grapple
The code used for this is actually really simple.
These aren’t custom ropes with custom CFramed physics, they’re RopeConstraint objects that take advantage of default Roblox physics and an added BodyForce for a kick.
These are the main lines of code that make everything work:
Creates ropes
(The pointOne.WorldPosition line could be shortened to pointOne.WorldPosition = grapplePoint.Position, so I did)
Makes HumanoidRootPart accelerate towards camera’s look vector
Easy to understand, but still cool
You can find the rope-related code under StarterGui.ScriptsAndStuff.GrappleMechanic.Grapple
Ok. I made a R6 version. I will show soon!
--//info//--
--[[
This script has been hidden now that the open source has closed.
]]
Awesome! I mainly had the r15 scale thing in there because if people made their scale small locally it would make them like 2x speed
Yea. I think I should try the R15 version to try it.
Thanks, Boogle, my game would not be good without your grapple!
If anyone needs help with this lemme know
Whoa dude this is just INCREDIBLE!
Are there like custom keybind?
Making one would not be to difficult
Thank you, it means a lot, glad I could help out.
That’s actually what I did! And I’m proud of it!
Amazing release.
I feel like I can do a lot more to any of my future projects with this.
What is a good force amount for it to be good/like the video?
Yes it is, the force amount was Smooth like the video,
Well what force ammount was it i asked tho like right now its says
Vector3.new(ForceAmount,0,FroceAmount)