Frame open and close animation

I want to make animation the scroll unfolding? Currently, i have just have Open/Close Frame without animation.
Scroll:

Any way to do this?

Yes, for example, i would Advice you to learn about Tween Service,

But i would do like this:

– The Paper (Background where words are writen, is a different frame)
–The Top Edge of Scroll is another Frame, and Bottom too.

if you are really confused,
Create 3 Frames
Top Edge,
Middle (Paper)
Bottom Edge

Let’s supose that you want to Animate to go [Down] (Scrolling Down)

WHILE ANIMATING: (Tween Service)
Top Edge Frame will Change (Position.Y)
Middle Frame(Paper will Change (Position.Y) (Because Size.Y would mess up with Texts and Words!
Bottom Frame will stay Intact
MiddleBackgroundLimit Frame ( same Position/Size of the Middle Paper) (Warning)

MiddleBackgroundLimit Background Transparency = 1 ( so you will only see your Middle Paper )
MiddleBackgroundLimit ClipDescendants = True

AFTER you do that, you can grab the MIDDLE Paper Frame, and you will notice that he will be kinda smooth to play around

Top Edge Frame: Zinxed = 3
Middle Edge Frame: Zinxed = 2
Bottom Edge Frame: Zinxed = 3
MiddleBackgroundLimit Frame: Zinxed = 1

–You can’t animate it because you would be only resizing all the Image, thats why you must do what i said [ABOVE]

with that you can animate the Top Edge and Middle [With Tween Service] to [Go Up or Down] depending on how you wish to make it

–The Middle Paper frame will be Tweened his Position.Y
so when the player close, it will go smoothly Down without trespassing the border( kinda neat )

1 Like

Instead of doing this, can’t you just use the slice mode and set the slices to 2? Then match up the slices at the bottom of the top edge, then at the top of the bottom edge. Its a similar method as 9-slicing: 9-Slice Editor: Studio Beta

My first work with Tween Service.
I will end this soon!
robloxapp-20211111-2340087.wmv (99.1 KB)
(in game its more smoothly)

I just used this method and it works really easily.
https://www.roblox.com/games/7967971974/Moving-Scroll-demo