I have FilteringEnabled, and I have a code that handles shooting a gun, but I need to get the player's backpack in order for it to work. How would I get the player's backpack through a server script? (non-local)
I also tried putting the value from hopperbin inside of character, but it just prints nil when I try to call the values:
player = 'killerkill29' char = game.workspace:FindFirstChild(player) ammo = char:FindFirstChild('Ammo') clip = char:FindFirstChild('ClipSize')