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

How to Transfer data from two games in the same universe?

Asked by
Anacade -1
7 years ago

I am trying to transfer items and leader bored stats between two games in the same universe. but I cant figure it out

1 answer

Log in to vote
0
Answered by
NexeusX 137
7 years ago
Edited 7 years ago

You will want to use, 'Datastores'.

http://wiki.roblox.com/index.php?title=Data_store

Datastores cannot store items such as bricks tools etc, it can only save String values, 'text'. But you can put your items that you need into the ServerStorage/Lighting in both game Places.

For example if you have tools in your backpack, it saves the names of all the tools and puts them in a table then saves it to the Datastore. Then when you go to the other place it loads the table, then finds each name of the tools, and then makes copys of them from ServerStorage/Lighting and puts them into your backpack.

0
Thank you Anacade -1 — 7y
Ad

Answer this question