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.
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?
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
Ok thank you and I’m guessing for models and folders I have to get the children and do the same thing.