Problems with ChildAdded (Backpack)

I’m having problems with a function being called when a child is added to the backpack

No errors on F9

Code:

local LocalPlayer = game.Players.LocalPlayer
local LocalPlayerName = LocalPlayer.Name

game.Players.LocalPlayer:WaitForChild("Backpack").ChildAdded:Connect(function(v)
	print(v)
end)

I’m sorry could you explain your problem?

Nvm, I have fixed the issue, the script was supposed to go in “StarterGui/StarterPack”