Make sure your Elevator BP is set to replicated and replicate movement, your timeline also needs to be checked as replicated
Give the elevator an Event to move (not replicated)
Handle Calling the Elevator from your Controller Blueprint
Key → Event (Replicated to Server)
Event (replicated from server) → Code to call Elevators move event (also where you would check if the call is legit)