Detecting if an object is currently being tweened

Hello, I’ve been trying to find if there’s a property connected to if a Part/MeshPart/Union is currently being tweeted. If not, what would be the best way to go about getting a boolean value that told me if it’s currently being tweened?

You can use this: https://developer.roblox.com/en-us/api-reference/property/TweenBase/PlaybackState

It is a property of the created tween. If you are trying to figure out if a part is being tweened without any knowledge of an existing tween, you will have to set your code up differently.

2 Likes