Thanks for your answer but I guess I’m doing something wrong…
I have a lift, that supposed to move, I set the variable “IsAtDownPosition” to replicate mode “RepNotify”, then made an event after interact that toggles that variable. In the OnRep_IsAtDownPosition made a call for the function, but nothing seems to work…
The initiator of interaction
The function to trigger after changing the variable
The movement itself
Also tried to change the Replicates mode for “InteractOnServer” event (to make it do smth on client side), but in that case seems like the variable is not updated on server (I mean it seems like the client and server has their own InAtDownPosition variables, that are not related)
Based on this article I tried to call changing the variable from “run on server” event in order to replicate it to all clients, but also nothing seems to happen (it’s obvious, cause client is not server…)