#Saving items to backpack problem

1 messages · Page 1 of 1 (latest)

slender helm
#

I am saving items to the backpack and the script says that it find the correct tools and that their parent are set to the backpack, also tracks correctly the number of children inside backpack. HOWEVER when I go in game, I don't have anything in my backpack, went to server view option under my backpack there are no tools as well. Why does that happen?

#

Here are all the debug prints:

#

Nothing to see in my backpack

#

No children under the backpack on server view:

#

This is how I am trying to put it in the backpack

short tusk
#

I know u used ai lil boy

stark glade
slender helm
slender helm
#

I'm just using it as a tool, not 100% ai

noble hemlock
#

the player's backpack gets destroyed and recreated on character creation, including the first one.

#

playeradded:connect( backpack=plr.backpack ) will always be a backpack that gets destroyed, use characteradded instead