I’m working on a game and I came across this effect, I would really like to know how its been made as I personally find it very smooth. If you know how please explain! Thank you. (game is not a casino game incase that came to thought, ofc i wont make something violating ToS)
Set the ClipsDescendants property of your frame (holder) to true
Create a copy of the current text you have in the frame and move it up so it’s not visible
Create two Tweens. Make it so that the first one moves the original text down out of the frame and the second one moves the cloned text down to the frame.
After the tween is done, remove the original text.
Another way of doing this:
Same as first way
Skip
Create two Tweens, the first tween moves the text down out of the frame, after the tween has ended, put the text above the frame and change it’s contents and use the second tween to move it down.
Skip
Note that the first method looks better because it makes it look like there is actually a spinning cylinder with numbers on it.