F3XTeam / RBX-Building-Tools

A set of powerful, easy building tools for ROBLOX.
38 stars 22 forks source link

Add Custom Part Templates #37

Closed AnonymousPrayers closed 9 years ago

AnonymousPrayers commented 9 years ago

(Imperfect) Implementation of #13

So essentially, if a user right-clicks a part with this tool, it'll create a new option on the dropdown which will be the template created. It isn't very good at the moment (e.g. doesn't allow naming or deleting of templates), but it's on it's way, and it's the best I can do with my current knowledge of the guis. I don't know how to make one, but a dialog box like "Would you like to make this part into a template?" would be nice.

EDIT: Also, templates will show up with green (RGB 0, 255, 0) text. EDIT [2]: Added the camera movement-detection thing used in the Surface Tool.

GigsD4X commented 9 years ago

Though I think it'd be nice to have some sort of proper library for template pieces, I don't think putting them in the New Part tool is a good idea. Do you have a specific use for this in mind that I can use to get a sense of cases in which this would be useful?

AnonymousPrayers commented 9 years ago

Ok. It just seemed like it'd be the most convenient place, as after all, a template would be used to create new parts. =