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

How would I convert a google image into roblox parts?

Asked by 8 years ago

it seems like it is hard

0
Do you want to a turn a URL into bricks on the fly, or just being able to do an image ahead of time enough? BlueTaslem 18071 — 8y

1 answer

Log in to vote
1
Answered by 8 years ago

You would be best off having a remote server do this. Otherwise you'll have to find a way to interpret every bit and byte of data in the response from HttpService, and just getting that information would be convoluted enough. So, using another language on a remote server, or perhaps even using Lua and some library such as imlib2, and using HttpService to reach that remote server as a middleman would be best. You then could simply loop through each pixel and create a block with the closest BrickColor relative to the color of the pixel.

Ad

Answer this question