How can I make frame go in?

Basically im working on a system ect ect but one element I’m not sure on how to do is a waiting system. Here is a mockup i drew.


The white line at the bottom would go to the center on each side.

If its possible please let me know! :slightly_smiling_face:

(Preferably with tweenservice)

If you mean the white line would shrink in towards the middle point, then you could accomplish this by setting the AnchorPoint of the white line to (0.5, y) [y can be anything]. As long as it’s Position is something like (0.5, 0, Y, y) [Y and y again don’t matter], you can just tween the size down to 0.

1 Like

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