Proof of concept | Turning Roblox UIs into .png files

Today i’ve worked on this simple “converter” which turns roblox UIs into .png files.

I thought that this could’ve been useful for games that allow users to draw in moderating drawings if they get reported.

This system receives data about frames used to draw to then render them on the png image generated using canvases and that is written to the hard disk of the machine running it using the file system. It’s not the most performant way of doing it but it’s just a proof of concept.

10 Likes