Is it possible to save smth with plugin?

Hello, I’m making my plugin. I start making tools for manipulating with regions, like move region, rotate and etc. But I want create COPY-PASTE, and for it I need know - is it possible to save smth with plugin, so I can use it later? (even when you restart studio)

1 Like

You can clone the item and parent it to a service that players rarily access (for example TestService). Use that service as a storage for items in your “clipboard”.

1 Like

The problem that I want save data like Terrain Voxels. I can’t save it so easily, and separating everything in folders isn’t good for memory + sometimes people want copy-paste smth from 1 file to another one.

I found solution: