Please bear with me I have like 0 clue what I’m doing and barely know code I only try to edit/change code some friends send and try to make an understanding of it. In which I’m usually successful for the most part but this time I wasn’t and I need help figuring out how to write this please.
local players = {“Hazedcrest”}
local tool = game.ServerStorage.FindFIrstChild(“Tools”):GetChildren()
tool:FindFirstChild(“ExclusiveWeapons”).74-KA:Clone().Parent = player.Backpack
Thats the script I tried to make to put a tool from ServerStorage into ONLY my inventory, nobody elses.
That’s the location of the tool I’m trying to put into specifically my inventory via the dev console.
I’d greatly appreciate the help!
change local players to local player. I made an error and corrected, but it seems you copied my error before I corrected. Also I’m not in roblox sudio right now so I can’t test it