Saving Viewport Frames

I have a script that creates an image through viewport frames but I’m not sure how to save it.

I need a way that is not very slow to save the viewport frames, similar to Action! but with images not videos.

Note: I’m new to datastore.

Could I see you’re script please?

The model is in this game.

https://www.roblox.com/games/4288191031/Photo-Studio

It’s private but you can edit it

Ok I’ll look at it when I can get on my pc.

In order to save the image, you would have to serialize each object in the ViewportFrame and save them to a table in a data store. Then load the data store later and deserialize them

1 Like

Ok thank you and I’m guessing for models and folders I have to get the children and do the same thing.

1 Like