while task.wait() do local args = { [1] = 1000, [2] = true, [3] = { message = "Group chest claimed!", data = "1000 Gold", success = true } } game.ReplicatedStorage["shared/network@GlobalFunctions"].claimGroupChest:FireServer(unpack(args)) end