Tweening within studio

Is there a way to use TweenService (or an alternative) in studio (i.e. in a plugin script)?

edit: I can do something like repeat [change the value] until value = desired but this is messy, could cause lag, and doesn’t have the same features.

You could fire tweens on the client and use a specific method. Suphi has a tutorial for this: https://www.youtube.com/watch?v=ZJnMimf9n5Y&t=1192s

I use this for my games all the time and I recommend it.

1 Like

You have to be more specific.
Are you tweening a physical item or a plugin GUI?

Since it’s the Scripting Support forum you should post your script as well.

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