Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help needed for saving models using DataStore?

Asked by
AIphanium 124
5 years ago

I'm working on a Survival - Space game;

I have managed to create a Grid Placement system, while giving the player the ability to place items, but i need a way to save it, which means... DataStoreService.

I have been researching about DataStoreService, but... it was about creating IntValues and etc... Could somebody help me?

-- Thanks for reading

0
Try to add all the models in the ServerStorage. Then when you making the datstore so will you save the model names so when the player joins a server you look for the models name that u saved and clone them from the serverstorage? Lava_Scripter 109 — 5y
0
can't literally save a model with datastore, what you can do is use your grid system to make a table of where everything is approximately located and then save that table in datastore Vulkarin 581 — 5y
0
Make sure all your models include a PrimaryPart so you can reposition it based on the base/plot hellmatic 1523 — 5y

Answer this question