I have swep that throws the owner fly forward to a certain extent.
self.Owner:SetVelocity((self.Owner:GetUp() * 300) + (self.Owner:GetForward() * 1000));
I would like the owner to deal damage to anything he collides with.
Any help would be appreciated.