It became a bit tedious to insert someone’s character into Studio by going into Play Solo, changing your CharacterAppearance, respawning and setting the archivable property of the contents of the new character to true, and then copying and pasting the model back into edit mode, so now this plugin allows you to insert the model of any user’s character into Studio though a simplified process.
After exploring the seemingly simple task of inserting a character into Studio, Maelstronomer and I found it surprisingly difficult to accomplish. There was no method of inserting characters made available, so we had to resort to HttpService. That was a downer, but we trekked on. We then ended up finding out that BodyColors couldn’t be retrieved through HttpService (in other words, it is impossible to fully insert characters through a plugin) – Mael called it a night, but I ended up persisting and finishing a plugin because BodyColors aren’t vital and can be quite easily set manually. The result is what you see pictured above. The help and configuration buttons don’t work as of yet – they will be part of the larger plugin that this current plugin will be fused into. However, anything that could improve the plugin will definitely be added into the larger plugin. If you have suggestions (e.g. allowing typing of names instead of userIds since I’m already having to use HttpService anyway), those would be appreciated.