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?
#Saving items to backpack problem
1 messages · Page 1 of 1 (latest)
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
I know u used ai lil boy
Is this running on the server or on the client?
Server
Is it illegal?
I'm just using it as a tool, not 100% ai
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
This worked