- A Roblox Studio creator shared AC Destroyer, a plugin that converts AnimationConstraint rigs into Motor6D rigs.
- The plugin is listed on the Roblox Creator Store as asset ID 135400036307408, so you can grab it directly in Studio.
- As of 2026-04-25, the Roblox Developer Forum topic snapshot shows 1 post and 1 participant, so this is a super early community release.
What's New
- Added - A tool to convert AnimationConstraint-based setup into Motor6D setup.
- Shared publicly - Creator posted the plugin link for community use in Roblox Developer Forum.
- Store listing live - Asset name: AC destroyer, asset ID: 135400036307408, visible in the 2026-04-25 snapshot.
[table]
[tr][th]Rig workflow part[/th][th]Before AC Destroyer[/th][th]After AC Destroyer[/th][/tr]
[tr][td]Joint system[/td][td]AnimationConstraint objects control the rig[/td][td]Motor6D joints control the rig[/td][/tr]
[tr][td]Conversion work[/td][td]Manual edits on many joints[/td][td]Run plugin, then verify results[/td][/tr]
[tr][td]Pipeline fit[/td][td]Can feel messy in Motor6D-first projects[/td][td]Fits Motor6D animation pipelines better[/td][/tr]
[tr][td]Risk of missing a joint[/td][td]Higher with hand edits[/td][td]Lower, but still test every limb[/td][/tr]
[/table]
Developer Context
This update looks like a pain-point fix for Roblox Studio creators. The post says the plugin "turns animation constraint to motor6d" and invites people to use it now.
That tells us the goal is speed and less manual rig cleanup, not flashy UI extras.
Also, the topic is in Welcome & Introductions, which usually means early-stage launch and first feedback loop from real users.
Citation: Roblox Developer Forum - Roblox Plugin i made
Why You Should Care
- If you build characters or NPCs, this can cut setup pain and reduce joint mistakes.
- If you are learning dev stuff, this is a cool way to understand how AnimationConstraint and Motor6D differ in real projects.
- If your scripts and animation tools expect Motor6D, this helps keep your rig setup consistent.
FAQ
- Q: Is this an official Roblox Corporation platform update?
A: No. This is a community-made Roblox Studio plugin shared on Roblox Developer Forum. - Q: What does AC Destroyer convert?
A: It converts AnimationConstraint-based rig setup into Motor6D-based setup, based on the creator description. - Q: How do I find it fast?
A: Search asset ID 135400036307408 in Roblox Creator Store, or use the direct source link below. - Q: Should I run it on my main game place first?
A: Better to test in a copy place first, then check torso, arms, legs, and animation playback. - Q: Is it guaranteed free forever?
A: Not confirmed. The post says people can use it "for sum time." As of 2026-04-25, it is shared for public use.