Hello! I am Gameboy and happy to announce Quick-Parent!
Do you have a workspace that is unorganized and cluttered. Well, I am here to help you parent your instances faster using Quick-Parent!
What is Quick-Parent?
Quick parent is a plugin where you can set presets to parent instances that you have selected.
Why?
I made quick parent because I made a Devfurom post asking people what problems or issues they have in using studio so that I can make your life easier.
How do you use Quick-Parent?
To create a new preset, you are first going to select 1 object then click on the create preset button. Your new preset will be added to your list. Your presets will also save. There will be an option to remove, and your preset will get automatically removed if you delete the preset.
Here is a demo:
To use your preset first select as many instances as you want and then click on the preset that you made. All the instances you have selected will be parented to your preset.
There’s an issue with the plugin that I just noticed. Every time the plugin reloads it says it cannot find the preset and the preset is removed from the list.
The list had a preset before and it appears to save the preset, but it doesn’t appear to correctly save. The preset data does not persist after studio closes or a new file is opened, in which there was an error in the output saying that there was no preset data, but it appears to have saved it.
Yes, that is your issue. Just how you can’t use DataStoreService (plugin data or whatever) without a published place file you can’t store plugin data as well.
There’s actually another way to do this without data stores, which is via Plugin.SetSetting and Plugin.GetSetting. More information can be found here: Plugin | Roblox Creator Documentation
Thanks for the feedback. I created this plugin because I made a post about me helping other’s make their life on studio easier. This plugin is not meant to absolutely be helpful to everyone since they have their own methods and such.