How to make a gui tween out of nowhere

This will be a little hard to explain. It like to tween a GUI onto the middle of the screen, but I don’t want it to shoot in all the way from the side. Instead I’d like it to tween as if you were tweening the size of a frame from nothing to something.


This is an example of what I want (Image from Life Of An Otaku). The text below ‘ACT I’ says ‘A New Life’, but it is still in the middle of tweening from behind nothing to the right during this screenshot. It’s not a typewriter effect, and I’m pretty sure it’s a position tween, though I may be wrong.
Does anyone know how I can achieve this effect?

You can do it with ClipDescendants, have a frame with the property enabled, put the text you want in it (have it be outside border of the frame, and tween it in whenever you need

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.