script.PArent.Touched:connect(function(t) if t.Parent:FindFirstChild("Humanoid") then t:Destroy() end end)
Please help!
script.Parent.Touched:connect(function(t) if t.Parent:FindFirstChild("Humanoid") then t:Destroy() end end)
You put PArent instead of Parent.
Locked by fireboltofdeath, TofuBytes, adark, and BlueTaslem
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?