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