[BUG?] Using GetPropertyChangedSignal on mouse.Target

Yes it’s “inherited from Instance” because Mouse is an Instance and all Instance have the same inherited methods like FindFirstChild, GetPropertyChangedSignal and others.

But obviously you can’t use GetPropertyChangedSignal on Target, so you will have to use a loop.

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