PixelArt to 3D [Module]

This is a module that makes pixel art into a 3D model, Kinda like Minecraft. This uses EditableImages which means any image you want to use has to be owned by you or your group.


Get Module: Creator Store


Examples:


Example images i used

silversword
half-heart

Documentation

ImageID

The ID of the image. (Example: 117155704823568)

VoxelSize

The size in studs for each pixel/voxel. (Example: 1)

Weld

If the voxels should be welded together or not. (Example: true)

CustomPivotVoxelPosition

The image position at which the RootPart of the model is positioned. Default value is the center of the image. (Example: Vector2.new(1,1) )
3 Likes

Cool, does this use editable meshes or just parts?

It uses normal parts, I wanted to use editable meshes but with the current limits and performance for them, parts looked like the better alternative

im prob gonna still experiment with it though, if i can get it to work somewhat decent ill make a second model for it