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.