Instead of using a method in the client event set a variable to assign it to. Also your items will be sent after source so it will be source, items)

Also every time your code on the client os done using the items I would set the items to null that way you have a way to wait until items is not null (meaning the server has set the items on the client.)

1 Like