Saving inventory between different places

Hello!
I am working on my game which requires the place to teleport between different places. The problem is that, the tool datasave on saves in one place. How can I script that the tools in player’s inventory will save across different places?

You can use the Teleport function from TeleportService to pass the data from the player and in the other place, use the GetLocalPlayerTeleportData function to receive the passes data from the other place

https://developer.roblox.com/en-us/api-reference/function/TeleportService/Teleport

2 Likes

That’s a terrible idea because exploiters can modify the received data before sending it to the server. So @PopingRowIsTaken just load the data as you would do in the main place because DataStores are shared in the same universe

3 Likes