while task.wait() do game:GetService("ReplicatedStorage").Events.GrantItem:FireServer("Wand48") game:GetService("ReplicatedStorage").Events.Coins2:FireServer("Wand48") end script 2: for i,v in pairs(game:GetService("ReplicatedStorage").Equipment:GetChildren()) do local name = v.Name local args = { [1] = name } game:GetService("ReplicatedStorage").Events.GrantItem:FireServer(unpack(args)) end