So im programming snake rn and every part the snake is a different actor.
I've got three classes, snakehead, snaketail and snakebody. the head is always faster as the body and the tail is always slower. If u look at it step by step everythings fine but when you ran it the animation looks like head and tail are off.
Is their a way to synchronize their movement, so that they all move at the same time. I thought mabey you could just make a method that moves every snakehead every tail and every body. But idk how to adress all objects of a class.

