Why my first script works and the second who is exactly the same not?

Well, I have a code which is in a tool called “Brassart” and this tool is in “StarterPack”.
qsdqsdqwww

i have he following code

sqdqsdqsdqsdza

the code works perfectly. But before I got there I had this script:

Capturesqdqs

Why when i use

local Tool = game.StarterPack.Brassart

this is not working?

any help will be appreciated !

Once the game begins, the StarterPack actually becomes the Player’s Backpack:

The item is parented to the player’s backpack, that’s why script.parent will still works as it follows the tool. If you want to access the backpack another way, refer to the documentation I linked above.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.