Grabbing Boolean Vars in Event Tick

I set a variable to true in mycharacter blueprint.
I call a function which checks that variable’s validity on the event tick, located in the same blueprint.
It reads that variable as false because it’s grabbing the variable from the server.
How can I grab the variable that’s tied to that specific replicated character instead of the server’s?
Everything is in the same blueprint.