Is it possible to generate images in roblox?

i am creating a game where you can create your own tools (so you can choose 2 materials you want to make the tool from) so creating an image for every possible combination would take too much time, so i am trying to find out if there is any way to generate images with roblox or something

Using ViewportFrame is possible, here is the api reference for ViewportFrame: ViewportFrame | Documentation - Roblox Creator Hub

You could use a viewport frame to create a 2d image of a 3D model. Check out the api or a YouTube tutorial to see how to effectively do this!

okay that sounds promising i can try that out

Here’s a pretty good tutorial for how to use them. Hope it helps