- What do you want to achieve? Keep it simple and clear!
I want to figure out how to make rope constraints act more like ropes, so making swinging, and just better physics overall. It should be noted I would want this attached to a character.
- What is the issue? Include screenshots / videos if possible!
I don’t know how to make a rope constraint do this, I don’t mess with constraints that much.
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I did find this post on the developer forum, about using a BodyForce, but it feels unnatural as you don’t constantly swing but you only swing once, or if you don’t delete the body force you always get pushed in that direction.
The current type of rope I have so far is a rope that is connected to the characters RootPart and Pushes the RootPart with a BodyForce in the camera direction, deleted shortly after.