function ENT:Touch(e)
if IsValid(e) and e:GetClass()==“prop_physics” then e:Remove()
end
end
^ My code, currently when something touches it while being Physgunned, it is not called until the prop is dropped. I’m not sure if this is a bug in GMod or if this is intentional, but does anybody know any workarounds?