How do i make my player stop going fast?

so i follow this example:

but it never showed me how to make the player stop going fast is there a way?

2 Likes

Use a timer and, when the timer is on, then increase the player’s velocity. (Decrease it afterwards.)

1 Like

What you want to do is have a Timer that starts when you pickup the speed booster.

When the Timer finishes, have it send a message to reset the velocity back to normal.

2 Likes


The timer is set to how long you want it to last

3 Likes

What I was trying to say, I didn’t know how to explain it well, sorry. Thank you Nhgcr.

2 Likes

its fine thank you all for answer it i do tho feel really stupid for forgetting about the timer :sweat_smile:

2 Likes

but if anyone is wondering what game im trying to make its like a pizza tower game but flowlab edition

2 Likes