How would I improve this swinging system (spiderman)?

My friend and I recently started working on a Spider-Man swinging system, But it seems very flashy/laggy, How would I improve this

Thanks!

I think you’d find better replies in Code Review - DevForum | Roblox or in Scripting Support

1 Like

Try to use beams and rope constraint or ur using that only.

1 Like

Rope’s caused the player to glitch through terrain. And I am using beams

1 Like

Use some animations, For example the arm that rises and shoots the web. Or he who moves while being transported…

1 Like

I tried this but the falling animation always goes over it

1 Like

Oh… Idk how to help you… Yea man this is a problem

1 Like

I remember trying @EgoMoose 's Platformer system which managed to do so. I might try to us that system it.

1 Like

Just try to use some visions spiderman game

1 Like

What do you mean? I have no idea what is visions spiderman game

1 Like

Their technology is really good.

1 Like

Remember that for improving already functioning code you need to put the topic in #help-and-feedback:code-review . #help-and-feedback:scripting-support is for code that is not functioning at all or partially.

1 Like

Add a BodyForce and use beams for visual effects and ropes for physics

Ropes did not work well for me. I used the parabola (conic geometry). And I don’t think BodyForces will create the same effect. Velocity Forces might.

well, thats the strategy i have used and it worked decently well.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.