Alright so my issue here is that, I would like to create a system in which a model can uploaded from in-game in-server to Roblox. So let's say I had a part inside a model, and then I wanted to upload the model to Roblox under a users account (let's say my own user) in-game (NOT IN-STUDIO) via Script, how would I accomplish such a task? I understand this may require HttpService, but I am currently looking for a way that doesn't require a proxy, or client on my pc for this kind of thing. Thanks.
Its not possible, you can only upload it when you are in studio, in edit mode. Its not possible to upload it in-game.