Is there a way to automatically upload images and get their asset ID's?

Hi, I basically want to upload an image via a script (which could be on a remote server or on roblox) and then this script would return the roblox asset id of this image.

How could I do this?

2 Likes

You’d probably need to use some HTTPService in order to accomplish this

1 Like