Hello, this is my first post in this part of the devforum.
The purpose of this script is really simple – convert a character from R6 to R15 or back, without removing their packages, and applying any animations they have equipped.
https://www.roblox.com/library/6143117383/R6-R15-Rig-Converter-package-support
How to use:
- Assuming you want to use this module more than once, first require the module and store it as a variable, i.e. in a script rigconv=require(game:GetService(“Lighting”)[“R6/R15 Converter”])
- This module has two calls, ConvertR6toR15 and ConvertR15toR6. To go from R6 to R15, use rigconv:ConvertR6toR15(<insert rig here>) and to go from R15 to R6, use rigconv:ConvertR15toR6(<insert rig here>). That should then convert the rig.
I don’t know what happens if you try to use this on an Rthro rig.
Notes:
- This script does affect animations, packages etc.
- This does work with both characters and most models. That being said however, some models may not work correctly
- I did make a module you can use require on for simplicity, you can use require(6143156430):ConvertR6toR15(<rig>) if you want to run this once without having to insert the model
- HumanoidDescriptions are pretty dang useful
PM me if you have questions or find a bug with this