Image to Model conversion

I want to convert a image file to a roblox build made out of baseparts. I have two options on doing this, doing it by hand, which is tedious and time consuming, or using a script to convert that image file into a ingame assortment of baseparts, which will save me on time.

An example of what I want to achieve
FeaturedImage-1

The only problem is that I have no idea on how I could achieve this, so any help on doing that would be helpful.

1 Like

To do this you would need to use an external script that is capable of getting colours in an image and returning the colours in a tiny grid.

this would most likely be through httpservice.

In concept it isn’t too bad of an idea but it will take a bit of work.

I’m assuming kind of like minecraft turning their swords and tools into 3D-like things instead of a flat texture?

Yes, kind of like minecraft, although I never intend for the parts to be used in a tool.

1 Like