How to save and load plots

Hello, I am trying to script something like a plot system where a user can place and move stuff around (Witch is already worked out) and then saves it (Witch has not been worked out) Once the user has save it they can join a new server and they can load it in or create a new plot.

you can do a table then save every part’s position and size into it

then save the table in DataStoreService

2 Likes

What parts specifically are you having trouble with?

1 Like

Alright thanks for the reply ill try it out soon

I would say have the size predetermined, then save all the object placed on that plot into a table, each one being its own table and containing its position, then when the player joins load them back to their saved locations.

if it works mark me as Solution :slight_smile: