If statement not working with run on server

Hi, I’m not understanding what your logic should do, but keep in mind that

(-) widgets don’t replicate, so you also can’t meaningfully use “RunOnServer” events on them

(-) variable replication only works from server to client. In your second image the “remo” event executes on the server, so if the client would hit a button to change some variable that the server should know about, you would need to tell the server about it via a “RunOnServer” event somewhere