Tween and position effect

hello guys, some advice…
I created ammo boxes, when the player collides with them they are opened and a random text is created with the number of ammo.
I would like to change the effect upwards making it slower so that I can read the number of ammo found and make it less frantic.
can you recommend me something?

Have you tried changing the duration to something like 1500 or event 2000? Currently you set it to 700, which is 0.7 seconds.

I tried to change the time by setting 1500ms and now it’s better.
the problem now arises when the second text is created ammo found, it automatically stops and deletes the first text creation

I solved by simply creating a new text.
thanks mr men