local function VNTUseAnimations( ply , ent ) if IsValid( ply ) and ply:Alive( ) and ply:IsPlayer( ) then ply:DoAnimationEvent( ACT_GMOD_GESTURE_ITEM_GIVE ) end end hook.Add( "PlayerUse" , "UseAnims" , VNTUseAnimations )