add input vector node not working on server

i am new to the engine and trying to use blueprints to make a player dash. when the player wants to dash the BP calls a run on server custom event which increases the max speed and acceleration of the character movement and adds an input vector for a few frames using the add input vector node. the dash works on the host but on clients it seems like the add input vector is not working.