How can i make a Web Swinging system?

  1. What do you want to achieve?
    I want to make a fun web swinging project.

  2. What is the issue?

I simply cant find a way to make a pendulum motion via physics. I cant also find the right constraint for a web swinging thing.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I tried studying scripts, different constraints, looking in the devforums… but could not find my answer.

1 Like

You need to make the X and Z values from plus to minus. You can use TweenService in order to make the swing movement smooth.
How to smoothly increase a number value

So i need to make it CFrame based?