I made a plugin in which I can insert objects that I use often (such as scripts and GUIs) which are already preset, so that I won’t have to do it every time.
I’m wondering if there’s a way to insert the object into the part that the player has currently selected in the workspace, instead of inserting it in the workspace itself.
Keep in mind that it’s unwise to assume that you have something selected, it’s unwise to assume that you only have one thing selected, and it’s unwise to assume that whatever is selected is something that you should be messing with.
I see sorta what he means i guess. I had a private plugin to hackily select objects, but then i updated it to do things like select all instances of the same color or material etc within a selection and made it public