This is just a question that I’m wondering if you are able to do.
Is it Possible to Clone Maps and paste them from your games? Im not sure if this was possible with InsertService
or AssetService
.
This is just a question that I’m wondering if you are able to do.
Is it Possible to Clone Maps and paste them from your games? Im not sure if this was possible with InsertService
or AssetService
.
insertservice is yucky, but yeah you could save the map as a model to Roblox and LoadAsset() it in. I would recommend placing the map somewhere unrendered like ServerStorage and make copies of it into workspace, it’s how most round/map-based games handle it.
Try making a folder with the name of like “Map”, and then download the folder. After this go to another game you are gonna paste the map in, right click on workspace and click “Insert from File”, then find the map file and put it in.
Yes, but having a lot of items (Lets say maps) Causes a big jump in memory for some reason
Thats not what im talking about, im talking about pulling Objects from a game and pasting it inside another via script
Oh, sorry then. Sorry for replying that long I was trying to get another idea. Probably the best way is use loadasset function in insertservice.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.