1
script.Parent.Tool.Activated:Connect(
function
()
2
3
print
(
"x"
)
4
5
end
So basically, if your script is within the tool, there is no need to add “Tool” after the “script.Parent” part.