I need help on how to make items save after being teleported to another place

Hello, I need assistance on how to make items save after being teleported to a different place.
I want the player to still have the items they obtained.

If you save the items with Data Stores you can load them in the place the player get teleported to, granted it’s in the same universe. As for actually saving the items, if you’re storing the items the player has in an array you can just save that array. If you’re trying to save tools then this post details how to do that.

2 Likes