Usage of Tweenservice in GUI

Hey!
I plan on making a game which is fully GUI , which makes me think I wanna make use of tweenservice.

I’m not sure about tweening GUI’s tho , I mean I’ve tweened parts before but I’m unsure,
Is it any different with GUI?

Tweening GUI’s is the same thing except that the GUIs have 3 already made-up functions for tweening.

There are them:

:TweenSize()
:TweenPosition()
:TweenSizeAndPosition()

You can read more about them in the wiki.

TweenService can be used if you want to tween anything else or tween these things, It will still work.

2 Likes

Alright!
Thanks , I really wasn’t sure due to one being a physical object and one being a UI!

Also tweening includes different easing options such as quad and bounce and as @AstralBlu_e said you can learn more in the wiki

1 Like