Efficient Weld Update: EfficientCreate

Efficient Weld Demonstration

My goal when making this plugin was to create a way to attach BaseParts together using less WeldConstraints than the default method, as it currently creates double the amount of welds necessary. My plugin solves this problem by conveniently and effectively welding Parts together at a rate of: numOfParts - 1. It is also able to reject any Instances mistakenly selected without stopping the function, and is compatible with undo and redo

You can find my plugin here :slightly_smiling_face:

Efficient Weld to EfficientCreate Update Information

6 Likes

the video doesnćt work now

2 Likes

That is because Streamable only hosts videos uploaded for free for 2 days. If you know an alternative website where I can host the video, please let me know. Thank you

1 Like

I say you just upload your video on youtube and set it as unlisted if you want

1 Like

I followed your advice and uploaded the video to YouTube, the link should now work again

2 Likes

Efficient Weld Update: EfficientCreate

What’s new:

  • Added the ability to create Attachments for all selected BaseParts
  • Added strict typechecking
  • WeldConstraints created by this plugin will now follow this naming scheme: Part1's NameToPart0's NameWeldConstraint
  • Attachments created by this plugin will follow this naming scheme: Part's nameAttachment