Context: I am trying to get a tool from a folder in ServerStorage. This code is in a local script under a ScreenGui.
All variables work accordingly with no yields but this line of code keeps on giving the same error.
local dagger1 = cmntools:FindFirstChild("1Dagger1")
Based on your title, you are using a LocalScript, A LocalScript can’t access server services like ServerStorage. You can try using RemoteEvents to replicate the Object or put it in ReplicatedStorage