• ENT:Touch() Fire Once?
    1 replies, posted
Is there a way I can get ENT:Touch() to fire only once when one entity touches another?
ENT:Touch is a trigger entity hook that is called every frame. You might be looking for ENT:StartTouch or ENT:PhysicsCollide for physics entities.
Sorry, you need to Log In to post a reply to this thread.