Need help coding a football scene

I’m currently trying to code a scene where a guy is being chased by his football and I’m having problems with the code. I want them all to be chasing behind him but when I insert this code they’re all running at the exact same pace as him.

Can someone help me? Will give credit and be externally grateful.

Here’s the code

EXT. GREEK GAMES TRACK STATIC - DAY
@RIVER stands upscreen right
@BILLIE stands upscreen left
@ERIN spot 0.839 218 150 in zone 2
@ERIN moves to layer 7
@AXEL spot 0.704 298 229 in zone 2
@AXEL moves to layer -4
@WYATT spot 0.776 266 191 in zone 2
@WYATT moves to layer 4
@DREW spot 0.812 252 168 in zone 2
@DREW moves to layer 5
@COLORFULGUY spot 0.731 278 215 in zone 2
@COLORFULGUY moves to layer 1

@cut to zone 3
@zoom on 0 0 to 100% in 0
@WYATT walks to spot 0.911 370 157 in zone 3 in 1 AND WYATT moves to layer 1 AND WYATT does it while run_cry_embarrassed_loop AND DREW walks to spot 0.911 370 157 in zone 3 in 2 AND DREW moves to layer 1 AND DREW does it while jog_football_neutral_loop AND COLORFULGUY walks to spot 0.776 367 215 in zone 3 in 3 AND COLORFULGUY moves to layer 1 AND COLORFULGUY does it while jog_football_neutral_loop AND ERIN walks to spot 0.911 370 157 in zone 3 in 2 AND ERIN moves to layer 1 AND ERIN does it while jog_football_neutral_loop AND AXEL walks to spot 0.911 370 157 in zone 3 in 2 AND AXEL moves to layer 1 AND AXEL does it while

I think it might be because you’re having them all run to the same spot as him, maybe try changing the people who are chasing him’s code from 0.911 370 157 to a different spot like 0.911 375 157? Does that make sense?

To change the pace that they’ll be running after him you’ll need to put

@CHARACTER walks to spot…. in 0.7

With this
@CHARACTER spot…

That is used to directly make them appear at the spot already. With no time frame they’ll appear at the same time.

Oh okay

Okay