I’d like to make a plugin that when a user click a button, a file will be created. How can I do that?
Beside Roblox’s recording and screenshot feature?
I haven’t started this project, I’m just asking how do I create files from the studio
Yes, that is what I want to know
I don’t think it’s possible, all I think is luau is only programmed inside a game not outside.
Let me know if I am wrong.
If it can affects that you can make files outside a studio (desktop) is probably impossible for me.
You should be a bit more descriptive when you say a file. File to a developer could mean many things, such as a model, script, mesh, object, etc.
I think I know what you mean, you would want to look into something called Rojo. Here is a site that will teach you how you can use Rojo with Sublime Text to have it inject things into your game in studio. This does work for certain types of models and it does work with all forms of scripts as well.
This works with the Roblox Plugin Rojo, however I do not believe you could create a plugin that would allow you to inject whatever file you want or take whatever file you want. There are limitations put in place by Roblox to prevent harmful file insertion.