Help with a game idea have!

I’m trying to make a game like Spider Man, but I don’t know how to do the swing.
If you know please tell me.

Thanks!

Hey,

I think what you’re looking for can be found right here:

When the player holds the mouse and the mouse position (Mouse.Target) hits a wall for example create a new part with a position to the mouse position.Then create a part on the player’s hand. Make both parts CanCollide to false so it dosen’t interfere and make them Anchored. Create a new BodyPosition inside the part in the hand. Change the BodyPosition.Position to the part with a position to the wall. Change the hand part Anchored property to false. Now weld every part inside the player to the part so it follows along and Voila!

This helped a lot and I was able to make it.

I’m glad it helped :slight_smile: