--BROUGHT TO YOU BY RobloxScripter.com!--
local toolsN = game.Workspace.Tools
for i,v in pairs(toolsN:GetChildren()) do
local ohTable1 = {
[1] = v.Name
}
local ohTable2 = {
["touched"] = {
[1] = v.Name
},
["rewardMul"] = math.huge,
["inBonus"] = true
}
game:GetService("ReplicatedStorage").TShots.Actions.Default.Remotes.Finish:InvokeServer(ohTable1, ohTable2)
end