How to NOT replicate something?

Here you go @Manim8

I made it using custom game state, but it can be done different ways.

Custom Game State:
image
image

Object to destroy:


Delay needed to make sure that game mode variable is updated.
I’m using destroy from game state because multicast does not work if actor is not replicated.

1 Like