Timers and Network

Not sure why this is happening - I assume that blueprint is the vehicle class, not your player/player controller?

Can I ask why you’re using timers like this though? Running a bunch of timers at that kind of frequency is much worse for performance than just using a tick function, and is also going to be less smooth (since some frames the timer will fire once, some frames twice).