How to know when the property "Scale" is used?

I just want to know when the property “Scale” is changed.

From what I tested “GetPropertyChangedSignal” doesnt work and same as .Changed signal. Is their any way to know if this property is updated?

1 Like

I don’t think there an official way but you can use a loop and use :GetScale() to optain the current scale of a model.

1 Like

Thanks for the reply, I used my head and I’ve just decided to use “GetPropertyChangedSignal” on the HRP size.