Is it possible to publish a model using a script? Like upload a model using a script instead of doing it manually?
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.