Just to let you know, the client (LocalScript) cannot access ServerStorage’s contents, as that service is meant to store instances only the server should use.
If you want to make the tools available to the client too, move them inside ReplicatedStorage instead.