im making a Dunegon system simlar to Gpos i want to teleport the player with his Skills what i mean by skills is like the fruit he has in his backpack and any other item located in the players backpack but im stuck on how i can implentment this, when the player loads into the second the game i want him to have his backpack the same has when he was in other game. any help would be appericated!
use datastores for this. Before the player teleports save everything you need to a datastore, then in the second place load all the data, then clear the store.
1 Like