Making the character move around a part using a body mover?

Hi,
I am struggling to make something possible :grimacing:

I am making a game involving grapples and after i press q and and a or d,
i should be rotating according to my grapple’s end in the respective direction.

At least thats what i want to achieve. Ive tried adding a force 90degrees to the front of the character and another force which is pulling the character to the object. But it wasnt smooth at all and it didnt even rotate in a proper circle. If you have a method of making the player rotate around a certain object using a body mover, do tell me. :pleading_face:

If any of you have any suggestions i would appreciate help. :grinning_face_with_smiling_eyes:
Regards, SpacePyroE.

2 Likes

Changing the damping and power of the Gyro can make it smooth

1 Like

How can body gyro rotate a character around a part??? Whats dampening?

Here is a link BodyGyro | Roblox Creator Documentation

Thanks i will see through it. Will update you.

I think you might be mistaken. I dont want to change the part’s orientation. I just want the player to rotate around another one. like go in a circle with the circle’s centre being another partt.

I found something called LineForce worth looking into.