Way to get all attributes from an object

Hello! I am making a system that will tween any object inside a folder (in this case) that has any atribbute in it, let me explain

As you may know TweenService tweens an instance properties to the ones specified in a table, what I want to do is do a script which gets all the atributes in an object (that will be the atributtes it will tween to) but not necesarly needing to specify all. Like lets say I just want to tween an object´s size, what I will do is only write Size attribute in the object and it will tween to it.

The only issue or thing I cant do is how can I get all the attributes from an object?

Maybe try using :GetAttributes()

5 Likes

oh, I didnt notice this. Thank you! you were right

1 Like