How do I ensure a weld doesn't break?

So I weld together a bench. And it stays together, but if I throw it around with velocity. The welds seem to break and the parts are no longer together.

How can I fix this from happening? I like some stuff being able to break with physics, but not all.

Which type of Weld are you referring to?

  • WeldConstraint?

  • Weld (the old one (i think))?

  • Motor6D (This can be use as a weld)?

2 Likes

The best way to fix this issue is to use the Roblox Studio’s joint feature to make the parts unbreakable. Joints allow you to weld parts together so that they behave like a single part and do not break apart when subjected to force. You can also use weld constraints to make sure that the parts stay together when they are moved or subject to force. To ensure that the parts do not break apart, you can also set the weld’s maximum force to a higher value so that the welds will not break even when subjected to a higher amount of force.

3 Likes

I was using motor6d’s, thanks guys!

According to historical documents, it appears that you are using Glue. Glue is a joint that can break under a certain threshold of velocity. The larger the surface area the stronger the joint is.

Now, Glue behaves just like Weld and Snap. How exactly did you even manage to accomplish a behavior like this with Motor6D?

This should belong in #help-and-feedback:building-support.

I use bodygyro and bodyposition movers to create velocity which breaks the motor6D’s I have

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