Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Tweak script please, and please tell me why its not working (if its not working)..?

Asked by 3 years ago

I want it so when you arent touching apart your weapon deletes

weapon.Equipped:Connect(function()
 if part.Touched:Connect = false(function()
weapon:Destroy()
end)

Answer this question