Okay well, you call this function when its the sever. So you want to run it on the sever?
Normally i ahve a setup like this:
If i want an event only on the client side, i normally only call the event “not replicated”. Then it simply does net get replicated.
Normally an event needs to be on called serverside and multicast, otherwise it would only update for the sever but not the clients.


