Hello so i was wondering how to do i make a tween like this?
You would tween the size and the transparency. Assuming you know how to tween normally, you would make something like this:
Local info = TweenInfo.New(.5)
Local tween = tween service:create(UI, info, {size = .5, transparency = 1})
1 Like