Is there any way to slow down a repeat?

I was just wondering if there is any way to add a delay to every time a repeat “block” thing creates an output. I am trying to make a piece of GUI lower down from the top of the screen smoothly but can’t figure out any way besides using the repeat block thing which doesn’t work well. I am also wondering if there is any other way to do this. Thanks.

You can use an Ease block to move the position, Timer blocks could also act as a Repeat with a delay.

2 Likes

Also, @paisleypug , made a repeat+ bundle. It’s like a reapeater, but with a delay.

(Ease is a much better solution though. :slight_smile: )