Tool Equipped Event not firing

I’m trying to make a tool but the tool.Equipped event is not firing. I know because I added print('equipped') in the function but it’s not showing up in the output.
Any ideas of what might have happened/what I can do to fix it?

Could you send in the script that is causing issues?

Also a few other questions.
LocalScript or Script?
Where is the (Local)Script located?

Does your tool not have a Handle part and is the tool’s RequiresHandle property set to true? If RequiresHandle is set to true and the tool doesn’t have a Handle part, then .Equipped() will not fire.

1 Like

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