I have a tool in my game that creates a part with an attachment and welds it to the mouse target, and then creates a rope constraint according to that attachment. The problem is, whenever the rope created by this script is connected to a dangling part, that part disappears after a few seconds.
There were no solutions to this that I could find, so any help would be greatly appreciated!
This isn’t a Building Support topic.
It’s likely a script error that’s causing it.
When you test the Part is disappearing, but the rope looks like it’s still connected to it and swings in the same way.
Are you certain the Part is gone, or is it simply Transparent and you can’t see it?
In the Explorer tab, the Part deletes itself. The weldConstraint attached to it still exists, but it just randomly floats in the air
Also sorry about putting this in the wrong topic, I was unsure whether it was a script or physics error.
Please copy/paste the script here so we can take a look (or at least the sections that deal with this).
Put 3 backticks (```) before and after the script so it formats properly here.