Server script does not run under correct conditions

My server script is not running even if its a descendant of Workspace. I used a tool that stores the server script and put it inside StarterPack, and when my character equips the tool, the tool along with the server script becomes the descendant of workspace. Server scripts should be ran if it satisfies the following condition:

However, it did not run.

What did I do wrong?

1 Like

Does your tool have RequiresHandle true?

Your tool appears to have no handle,
thus, change the RequiresHandle to false.

2 Likes

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