Need help teleporting data

I’ve made a post about this before, but I need help again.

How would I really do it? Could someone explain to me like in-depth?

Post

How to transfer data between games?

1 Like

This is the place ID i wanna teleport my data to:

6363935723

This function has optional arguments to pass extra data. Then, you can retrieve that data once the player has teleported to the other place.

Beware though, because this is handled on the client, so an exploiter could potentially manipulate what the teleport passes.

The easiest way to handle this is to have both places in the same universe, so they can share data stores. Otherwise, the only other secure method to do it is with a web server.

1 Like

If I’d use a web server, how would I work that out?

You would either host it from your home internet or buy a VPS host. I don’t know much about this so maybe someone else can intervene.

2 Likes