This repository contains the backend source code for the Image To Parts Roblox Game. This tool allows users to convert image URLs into parts within Roblox. Users are free to use the files provided in this repository for their own purposes.
Here’s a overview of the process:
- Input an image URL and select a quality setting (such as mid, high, low, extra low).
- The image URL and selected quality are sent to Vercel.
- Vercel downloads the image and runs a Python script based on your selection.
- A Lua script is generated and sent back to Roblox, where it is processed into parts that resemble the pixels of your image.
You can download the place files here:
Model / Update | Download |
---|---|
Update 1/Model-1: | Google Drive Link |
Update 2/Model-2: | Google Drive Link |
For obtaining direct image urls, I recommended to use Postimages.org to obtain a direct link. Other services can be used as long as they provide a direct link.
- ✅ = Works
- ❌ = Does not work
Service | Status |
---|---|
Postimages.org | ✅ |
imgbb.com | ✅ |
i.imghippo.com | ✅ |
i.imgur.com | ❌ |
imgbox.com | ✅ |
snipboard.io | ✅ |
prnt.sc | ❌ |
lunapic.com | ✅ |
imagevenue.com | ✅ |
pictr.com | ✅ |
Q: Do my uploaded images get logged?
A: Uploaded images are temporary logged.
Q: Will I get banned for using exploit images?
A: No, you will not be banned. The project generates parts based on your image, not Roblox assets.
This project is licensed under the MIT License. You are free to use, modify, and distribute the files in this repository, as long as you include the original license. For more details, see the LICENSE file.
Contributions are welcome. If you have suggestions or improvements, please open an issue or submit a pull request.