The plugin is aimed to solve two problems:
- Problem with welds:
- create two parts
- move them around
- create Weld
- assign Part0 and Part1
At this point parts snap to same position because C0 and C1 are zero.
The plugin updates C0 and C1 keeping parts at the same positions.
- Problem with Motor6d:
- the same position problem with Motor6d
- it’s hard to set up C0 and C1 without visualization
Solution for Motor6d is different, suggested flow:
- create two parts
- move them around
- create attachment parented to each part - the attachments will be the joint’s place
- select these two attachments
- press “Create Motor6d here”
- Part1 will snap according to attachment position
Caution: when widget is open it listens for selection changes from the Explorer.
UI:
Plugin in Creator Store: https://create.roblox.com/store/asset/92764469557541/Welds-and-Motors
GitHub: GitHub - af2048/welds_and_motors: plugin for Roblox studio, creates weld and motor6d instances · GitHub
Other features:
- all operations are undoable
- studio color themes are supported
FAQ:
- why another one?
- dunno ¯_(ツ)_/¯
Disclaimer: If you have any reason to avoid using this, please refrain from doing so.
