Are GUIObject:TweenPosition(), GUIObject:TweenSize(), and GUIObject:TweenSizeAndPosition() deprecated?

Some of my games use these functions. I want to know if they are deprecated because of TweenService. Even if they aren’t, should I replace them with TweenService?

They aren’t deprecated, however I saw a post saying some easing styles don’t work with :TweenSize/Position/SizeAndPosition (exponential, circular and cubic) because these methods were going to be deprecated eventually. In addition to its inevitable deprecation, I’d also switch over to tweenservice for consistency, if you’re using TweenService for another instance, the TweenInfo arguments won’t be consistent with :TweenSize arguments.

Source:

2 Likes

Yeah definitely TweenPosition and size are acting very buggy nowadays and it is, unfortunately, being deprecated RIP

2 Likes

They will likely be deprecated soon I think, but thanks.

2 Likes

Yes, they are being deprecated. Time to switch them to TweenService later.

1 Like