Anaminus / roblox-bug-tracker

Formerly an unofficial bug tracker for Roblox.
31 stars 24 forks source link

Add LocalScripts and ModuleScripts as file types in file insert dialog #405

Open Anaminus opened 10 years ago

Anaminus commented 10 years ago

The current file insertion dialog allows you insert a file as a model (.rbxm, .rbxmx) or as a Script (.rbxs, .lua, .txt). Two more options, which are similar to Script, should be added for LocalScripts and ModuleScripts.

Likewise, it should be possible to save ModuleScripts as a Lua file, the same as Scripts and LocalScripts.

einsteinK commented 10 years ago

Not sure if it's possible due the Browse screen is probably OS-made, but: It would be nice if there was a nice and quick option to insert a .lua file as a localscript/modulescript. (Now it's a normal script by default, even if it was saved as a local one)