#Is this not working because there are multiple gears in replicated storage?
1 messages · Page 1 of 1 (latest)
It was working before I added a gear shop and other gears into replicated storage
The sword doesn't appear in my backpack when I enter the zone
Do I need to change FindFirstChild because there are multiple children?
But what else do I need to change?
There might be 2 swords swords and have the same name?
No I made sure there was only one sword
** You are now Level 2! **
And there is only 1 item in replicated storage named 'ClassicSword'?
Yeah
There's other gears in there like a PumpkinLauncher, WitchWand and HalloweenSparkler but just one ClassicSword
maybe ur classicsword is in the wrong position also add :WaitForChild("ClassicSword)
Tools are in the backpack not character
You can’t access tools from that
You are doing in pairs player.character: which is wrong
It should be player.Backpack
Tools go under the character when equipped
Oh
Kk
Idk if it will fix but try adding task.wait maybe 3 seconds before running the script because the backpack might not be working