for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.ShopGui.ShopTools:GetChildren()) do local args = { [1] = v } game:GetService("ReplicatedStorage").ShopEvents.Buy:FireServer(unpack(args)) end