Destroy actor on only specific player

I’m trying to build Checkpoint race for Multiplayer game. Here I want to destroy checkpoint only on specific instance.

I created checkpoint Blueprint like the image below. Here checkpoint is getting destroyed in all other clients also.

Replicates is also desabled in that actor

just making it now like you :D, but still dont know how to do it, it will destroy it on server and all clients even when actor is not replicated,…maybe you should launch something like that from CarPawn

It seems you need this:

This will only work on the client if his own pawn hits the trigger.

yes, i managed this on random trying after 2 hours from my write, exactly got this too :smiley: