So I have been trying to make an OOP tool module and have an equip(), update(), and unequip() function already in the module and they all work. However, when I made a new function called :aim() and called it, the script errors:

which means that the function I’m calling is a boolean. Is there a reason for this or am I doing something wrong?
Constructor function:

Function I am trying to call:

Where i’m calling the function
