I see your issue. I’m surprised no one has responded yet. You used a remove event (client:server/server:client) instead of a bindable event (server:server/client:client). You would need to use a Bindable (maybe mixed with a remove event.)
This should contain all the information you need, but you will need to do some digging around within the article(s) themselves.