How would I go about making a script get ALL the tools that are grouped together, and putting them into your backpack?
for _,tool in pairs(model) do print(tool.Name) -- other stuff end
You need a for loop. http://wiki.roblox.com/index.php?title=Loops#For