Destroying an component as client that was spawned by the server

Hey, i have a problem and i hope someone can help me with this. I spawn an component as server an i would like to destroy it as client. But when i try to destroy it as a client over the server nothing happens.

The client doesn’t know anything about components created on the server.
You need to create a CustomEvent with Replication “Run on Server” and put there your component destruction.
Then call it when you will be needed to destroy the component.