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: TweenBase | Documentation - Roblox Creator Hub

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.

3 Likes