local tool = script.Parent local function Attack(otherPart) local partParent = otherPart.Parent local humanOther = partParent:FindFirstChild("Humanoid") if humanOther then humanOther:TakeDamage(1) end end tool.Handle.Touched:Connect(Attack)
just to stop this from being in the unanswered page, since this is simply just a parenting problem
Locked by JesseSong
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?