Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Is this possible to do? (Model Uploading)

Asked by
roquick 41
6 years ago

Is it possible to publish a model using a script? Like upload a model using a script instead of doing it manually?

1 answer

Log in to vote
0
Answered by 6 years ago

the SaveSelectedToRoblox method of a Plugin will prompt you to upload the selected objects as a model :^)

PluginManager():CreatePlugin():SaveSelectedToRoblox()

I'm sure you could do it from in game with some hacky HTTP stuff I wouldn't understand, though.

Ad

Answer this question