#How can I get the gamepass items to stay in the player's inventory after they respawn?
1 messages · Page 1 of 1 (latest)
i think using character added instead
Player.CharacterAdded:Connect(Function)
doesn't work
Place a copy of the item in the player's "StarterGear" folder
Do not confuse this with "StarterPack". Like the backpack, "StarterGear" is a subfolder within the player that has special behaviour. The job of this folder is to act as a storage for tools persistent to a particular user
The backpack will copy the children of this folder on respawn
thank you!!