How to make a Jigsaw Puzzle?

The title says it all, how would I go on making a Jigsaw Puzzle? Like I have a picture and I want to turn it into a jigsaw puzzle that players will need to complete.

How do you want it displayed? On parts or on UI?

For parts you can use Textures to cut up the image. Then you scramble the part positions.

For UI I think you can use ImageLabels with ImageRectOffset and ImageRectSize to cut up the image and then again scramble the positions of the ImageLabels.

1 Like

I was thinking of having a board (Model) and the puzzle pieces would be Parts, now I already put the picture through a website and got the image cut up into puzzle pieces ready for use, so I took a picture of those puzzle pieces now (tl;dr I have the puzzle pieces ready as decals/images), but now how do I script it to make it work on the puzzle board so that it forms the full puzzle/picture?