Skip to content

coltenthefirst/image-to-roblox

Repository files navigation

Images To Roblox Parts

asset

Images To Roblox Parts


asset

Introduction

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.

How It Works

Here’s a overview of the process:

  1. Input an image URL and select a quality setting (such as mid, high, low, extra low).
  2. The image URL and selected quality are sent to Vercel.
  3. Vercel downloads the image and runs a Python script based on your selection.
  4. A Lua script is generated and sent back to Roblox, where it is processed into parts that resemble the pixels of your image.

Videos

Model-1 Model-2

Game Links

You can download the place files here:

Model / Update Download
Update 1/Model-1: Google Drive Link
Update 2/Model-2: Google Drive Link

Uploading Custom Images

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.

Tested Image Services

  • ✅ = 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

FAQ

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.

License

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.

Contributing

Contributions are welcome. If you have suggestions or improvements, please open an issue or submit a pull request.