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

How would i send value from local place to local place without teleporting the player?

Asked by 6 years ago

I need to be able to send data from one place to another, but i dont necessarily need to teleport the player itself. Any ideas?

0
If the places are part of the same game then they share a Datastore, and this would be the best way to communicate information between them. http://wiki.roblox.com/index.php?title=Data_store vector3_zero 1056 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

You can easily do this with a DataStore system, it is shared in one universe between the places in it. You could have a game/universe that is a mining game and multiple places in it, for example: The cave where you mine, the lobby where you buy sell stuff and your base. You can have a value that specifies how many things you mined in the cave, then when transferred to your base it get's deleted and you get the amount of gold that was in the minedgold value, you get the point.

Ad

Answer this question