Client can't destroy the actor why?

I want to do a simple press and destroy actor thing.When i press q in = Server it destroys the actor.Also client sees that destroyed.But in Client when i press q it doesn’t destroy the actor. Why ? Problem is not about the branch when i delete branch it doesn’t work again.
Thank you very much :slight_smile:

First of all i would’t recoment using get player controller in multiplayer projects, use get controller instead. For destroying the pawn in client you should use RPCs. Basicaly create another custom event called “Destroy character”, make it run on server and reliable, as input put your character reference.

Thank you very much for your reply. but still not working i cant destroy the actor in client but it sees when i destroy the actor from server
I tried yours and this
alt text

Okey i solved i put all of these to the topdown controller so not in the actor class.It has to be in controller class