The tool model I made is a bunch of parts grouped together and a Handle part. When the player joins, a local script will clone the tool from ReplicatedStorage to the StarterPack. The tool successfully gets cloned into the StarterPack, but the tool doesn’t actually show in my inventory. Why is that?
Dont clone to starterpack but yes to
Player.Backpack.StarterGear
StarterGear is not inside of the Backpack so I put player.StarterGear
And no, it didn’t work sadly. I did try putting player.Backpack.StarterGear as well and it didn’t work either.
Edit: Okay it worked when I put player.Backpack
Change Player.Backpack.StarterGear to Player.Backpack
I think you will recieve the item once you respawn, try also cloning it to the Backpack and StarterGear and see what happens
So try to put on
Player.Backpack
And
Player.Backpack.StarterGear
The startergear is equals starterpack, but it doesnt appear, is used for backpack save system.
No, StarterGear is a folder equals StarterPack (but invisible)
If you want to save a backpack tool, you put in backpack and startergear
Backpack to have the tool
StarterGear to save if dies.